You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using Webpack 4. Many plugins/loaders etc have changed and are no longer getting patched/updated, so we probably need to migrate to Webpack 5.
Keeping track of work/research here, for want of a better place.
Similar to gocd/gocd#10852
Summary
Currently we are using Webpack 4. Many plugins/loaders etc have changed and are no longer getting patched/updated, so we probably need to migrate to Webpack 5.
Keeping track of work/research here, for want of a better place.
Things to do
General research
Plugins/Loaders
file-loader
to https://webpack.js.org/guides/asset-modules/Current version already supports webpack 5 / can be deferred
css-loader
from 5.x to 6.xsass-loader
from 10.x to 13.xhtml-webpack-plugin
from 4.x to 5.xmini-css-extract-plugin
from 1.x to 2.xThe text was updated successfully, but these errors were encountered: