aurelia / bootstrapper-webpack

A custom bootstrapper for using Webpack with Aurelia
MIT License
8 stars 6 forks source link

Bootstrapper crashes webpack build #14

Closed peterver closed 7 years ago

peterver commented 7 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: Running a webpack build fails due to the webpack-loader parsing all node_modules instead of only the required ones

Expected/desired behavior: Bumping the aurelia-loader-webpack version to 2.x.x

Bootstrapper should one use the requested dependencies instead of all packages inside of node_modules

peterver commented 7 years ago

I know this is me commenting on my own pr, but i can confirm that #15 fixes the issue at hand

niieani commented 7 years ago

See comment on #15.

EisenbergEffect commented 7 years ago

@niieani Can this be closed?