-
Notifications
You must be signed in to change notification settings - Fork 972
Upgrade to Webpack 5 #10852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This was referenced Feb 1, 2023
This was referenced Oct 14, 2023
This was referenced Oct 26, 2023
ui-dev: bump html-webpack-plugin from 4.5.2 to 5.5.3 in /server/src/main/webapp/WEB-INF/rails
#12165
Closed
Closed
Closed
Closed
Closed
This was referenced Oct 26, 2023
This was referenced Oct 26, 2023
Closed
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
css-loader
from 5.x to 6+style-loader
from 2.x to 3+file-loader
&url-loader
to https://webpack.js.org/guides/asset-modules/Current version already supports webpack 5 / can be deferred
ts-loader
from 8.x to 9+sass-loader
from 10.x to 13+stylelint-webpack-plugin
from 2.x to 3+fork-ts-checker-webpack-plugin
from 6.x to 7+html-webpack-plugin
from 4.x to 5.xmini-css-extract-plugin
(and types) from 1.x to 2+estlint-webpack-plugin
from 2.x to 3+chart.js
to v4+The text was updated successfully, but these errors were encountered: