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