diff --git a/src/Bundle.js b/src/Bundle.js index cf4085a..c254af5 100644 --- a/src/Bundle.js +++ b/src/Bundle.js @@ -34,7 +34,7 @@ export default class Bundle { } }); - this.entry = normalize( options.entry ); + this.entry = options.entry; this.entryId = null; this.entryModule = null;