dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Having resolve.modules set to the root node_modules messes with resolution #196

Open matt-gadd opened 7 years ago

matt-gadd commented 7 years ago

Bug We currently set an absolute path of the root node_modules folder in resolve.modules, this overrides the default sane module resolution of webpack. This can cause the wrong package to be resolved.