Browse Source

Merge pull request #586 from MartinKolarik/master

Windows...
gh-669
Rich Harris 9 years ago
parent
commit
0fd8a871a6
  1. 2
      src/Bundle.js

2
src/Bundle.js

@ -27,7 +27,7 @@ export default class Bundle {
}
});
this.entry = options.entry;
this.entry = unixizePath( options.entry );
this.entryModule = null;
this.resolveId = first(

Loading…
Cancel
Save