Upgrade some frontend tools
-
eslint
: Upgrade to version 9.xIt implied the migration of the eslint configuration files to the new flat format (thanks to the eslint-migrate-config CLI tool).
-
webpack
: ReplaceOptimizeCSSAssetsPlugin
byCssMinimizerPlugin
OptimizeCSSAssetsPlugin is no longer maintained and must be replaced by CssMinimizerPlugin.
Merge request reports
Activity
Jenkins job DWAPPS/gitlab-builds #876 succeeded .
See Console Output and Coverage Report for more details.Jenkins job DWAPPS/gitlab-builds #877 succeeded .
See Console Output and Coverage Report for more details.
Please register or sign in to reply