Skip to content

Commit 4277d4d

Browse files
author
fouronnes
authored
docs: typo in README code example (#664)
Missing comma after the commented line
1 parent da1fcbf commit 4277d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ module.exports = {
702702
optimization: {
703703
minimizer: [
704704
// For webpack@5 you can use the `...` syntax to extend existing minimizers (i.e. `terser-webpack-plugin`), uncomment the next line
705-
// `...`
705+
// `...`,
706706
new CssMinimizerPlugin(),
707707
],
708708
},

0 commit comments

Comments
 (0)