Skip to content

Commit

Permalink
Workaround?
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Feb 14, 2020
1 parent b832fcb commit 95ee0b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/packagers/js/src/JSPackager.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ export default new Packager({
} else if (bundle.env.outputFormat === 'global') {
// The last entry is the main entry, but in async bundles we don't want it to execute until we require it
// as there might be dependencies in a sibling bundle that hasn't loaded yet.
entries.pop();
// TODO
// entries.pop();
}

let importScripts = '';
Expand Down

0 comments on commit 95ee0b8

Please sign in to comment.