Skip to content

Commit

Permalink
docs: typo in README code example (#664)
Browse files Browse the repository at this point in the history
Missing comma after the commented line
  • Loading branch information
fouronnes committed Dec 10, 2020
1 parent da1fcbf commit 4277d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ module.exports = {
optimization: {
minimizer: [
// For webpack@5 you can use the `...` syntax to extend existing minimizers (i.e. `terser-webpack-plugin`), uncomment the next line
// `...`
// `...`,
new CssMinimizerPlugin(),
],
},
Expand Down

0 comments on commit 4277d4d

Please sign in to comment.