Skip to content

Commit 66c054f

Browse files
authored
docs: add missing comma to comment (#49)
1 parent 92a8a30 commit 66c054f

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
@@ -47,7 +47,7 @@ module.exports = {
4747
minimize: true,
4848
minimizer: [
4949
// For webpack@5 you can use the `...` syntax to extend existing minimizers (i.e. `terser-webpack-plugin`), uncomment the next line
50-
// `...`
50+
// `...`,
5151
new CssMinimizerPlugin(),
5252
],
5353
},

0 commit comments

Comments
 (0)