onedesign / generator-one-base

A foundation for One Design Company projects on the web.
Other
1 stars 1 forks source link

Lock installation of webpack to v3.x until 4.x documentation is ready. #144

Closed cmalven closed 6 years ago

cmalven commented 6 years ago

Related to #124

I think we should lock installation of web pack to the latest minor version of 3.x until documentation for 4.x is available and we can devote the time to updating our webpack build, as 4.x currently gets installed by npm by default and our current web pack config is not compatible with 4.0

This is just a temporary solution until Webpack 4 docs are available and we can make the (probably fairly minor) fixes needed to bring our config up to date.