From a6b7f188e0b0023a34ec5d82be76cef0e37861f4 Mon Sep 17 00:00:00 2001 From: fouronnes Date: Thu, 10 Dec 2020 11:45:07 +0100 Subject: [PATCH] Typo in README code example Missing comma after the commented line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), ], },