dojo / cli-build-webpack

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

Pin external webpack dependencies? #150

Closed agubler closed 7 years ago

agubler commented 7 years ago

Should we consider pinning our external webpack and webpack plugin dependencies to a known working set?

kitsonk commented 7 years ago

I agree, with our build tools, pinning to specific versions is likely a better situation than allowing them to float and expect the whole toolchain to respect semantic versioning.

agubler commented 7 years ago

This has actually been done now by #182. Closing.