Upgrade to Webpack 4
Closed this issue · 0 comments
johngrimes commented
We're using quite an old version of Webpack, and some of our loaders and plugins are causing problems for security updates because of the old transitive dependencies they bring in to the bundle.
This task is to:
- Update to the latest version of Webpack
- Update all Webpack loaders and plugins
- Make any necessary updates to the Webpack configuration
- Refactor and simplify where appropriate