Skip to content

Commit 5e22fce

Browse files
chore: revist docs (#291)
1 parent 7c28a6e commit 5e22fce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ module.exports = {
289289
minimizer: [
290290
new CssMinimizerPlugin({
291291
minimizerOptions: [
292-
{}, // Options for the first function (CssMinimizerPlugin.cssnanoMinify)
293-
{}, // Options for the second function (CssMinimizerPlugin.cleanCssMinify)
292+
{}, // Options for the first function (CssMinimizerPlugin.cssnanoMinify),
293+
{}, // Options for the second function (CssMinimizerPlugin.cleanCssMinify),
294294
{}, // Options for the third function
295295
],
296296
minify: [

0 commit comments

Comments
 (0)