Skip to content

Commit 70e1eb5

Browse files
committed
chore: fix lint
1 parent a142620 commit 70e1eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ module.exports = {
911911
optimization: {
912912
minimizer: [
913913
// For webpack@5 you can use the `...` syntax to extend existing minimizers (i.e. `terser-webpack-plugin`).
914-
// Uncomment the next linet o keep JS minimizers and add CSS minimizer:
914+
// Uncomment the next line o keep JS minimizers and add CSS minimizer:
915915
// `...`,
916916
new CssMinimizerPlugin(),
917917
],

0 commit comments

Comments
 (0)