Browse Source

run modules in order

value-tracking
Rich-Harris 8 years ago
parent
commit
8e9689b773
  1. 2
      src/Bundle.js

2
src/Bundle.js

@ -151,7 +151,7 @@ export default class Bundle {
// mark statements that should appear in the bundle
if ( this.treeshake ) {
this.modules.forEach( module => {
this.orderedModules.forEach( module => {
module.run();
});

Loading…
Cancel
Save