From 4277d4db39d79064388a26f1ad2c149575c1e8e1 Mon Sep 17 00:00:00 2001 From: fouronnes Date: Thu, 10 Dec 2020 12:27:46 +0100 Subject: [PATCH] docs: typo in README code example (#664) 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(), ], },