diff --git a/README.md b/README.md index 21763cc..9320d89 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ module.exports = { minimize: true, minimizer: [ // For webpack@5 you can use the `...` syntax to extend existing minimizers (i.e. `terser-webpack-plugin`), uncomment the next line - // `...` + // `...`, new CssMinimizerPlugin(), ], },