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
What is the motivation / use case for changing the behavior?
Bootstrapper is targetting/parsing files it shouldn't, in projects where the repo is not solely dedicated to the aurelia app this forms an issue.
I'm submitting a bug report
Please tell us about your environment:
Operating System: OSX 10.12.3 Beta (16D17a)
Node Version: 7.2.0
NPM Version: 3.10.9
JSPM OR Webpack AND Version webpack 2.1.0-beta.27
Browser: all
Language: ESNext
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