Skip to content

Upgrade some frontend tools

  • eslint: Upgrade to version 9.x

    It implied the migration of the eslint configuration files to the new flat format (thanks to the eslint-migrate-config CLI tool).

  • webpack: Replace OptimizeCSSAssetsPlugin by CssMinimizerPlugin

    OptimizeCSSAssetsPlugin is no longer maintained and must be replaced by CssMinimizerPlugin.

Merge request reports