Browse Source

Leave it up to resolveId to normalize the entry path

semi-dynamic-namespace-imports
Permutator 9 years ago
parent
commit
b7f73d6d70
  1. 2
      src/Bundle.js

2
src/Bundle.js

@ -34,7 +34,7 @@ export default class Bundle {
} }
}); });
this.entry = normalize( options.entry ); this.entry = options.entry;
this.entryId = null; this.entryId = null;
this.entryModule = null; this.entryModule = null;

Loading…
Cancel
Save