From c6b2640980d1d32f1c24d35268910399e17495c5 Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Thu, 9 Oct 2025 18:53:49 +0200 Subject: [PATCH] chore: revist docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1367073..829a2c0 100644 --- a/README.md +++ b/README.md @@ -289,8 +289,8 @@ module.exports = { minimizer: [ new CssMinimizerPlugin({ minimizerOptions: [ - {}, // Options for the first function (CssMinimizerPlugin.cssnanoMinify) - {}, // Options for the second function (CssMinimizerPlugin.cleanCssMinify) + {}, // Options for the first function (CssMinimizerPlugin.cssnanoMinify), + {}, // Options for the second function (CssMinimizerPlugin.cleanCssMinify), {}, // Options for the third function ], minify: [