Skip to content

Commit a6b7f18

Browse files
Typo in README code example
Missing comma after the commented line
1 parent da1fcbf commit a6b7f18

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)