We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c28a6e commit 5e22fceCopy full SHA for 5e22fce
README.md
@@ -289,8 +289,8 @@ module.exports = {
289
minimizer: [
290
new CssMinimizerPlugin({
291
minimizerOptions: [
292
- {}, // Options for the first function (CssMinimizerPlugin.cssnanoMinify)
293
- {}, // Options for the second function (CssMinimizerPlugin.cleanCssMinify)
+ {}, // Options for the first function (CssMinimizerPlugin.cssnanoMinify),
+ {}, // Options for the second function (CssMinimizerPlugin.cleanCssMinify),
294
{}, // Options for the third function
295
],
296
minify: [
0 commit comments