Skip to content

Commit 1aeead9

Browse files
mattkrickmontogeek
authored andcommitted
fix(configuration) Minimizer only accepts an array (#2434)
1 parent 63650a9 commit 1aeead9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ T> Learn how [mode](/concepts/mode/) works.
3939

4040
## `optimization.minimizer`
4141

42-
`UglifyjsWebpackPlugin | [UglifyjsWebpackPlugin]`
42+
`[UglifyjsWebpackPlugin]`
4343

4444
Allows you to override the default minimizer by providing a different one or more customized [UglifyjsWebpackPlugin](/plugins/uglifyjs-webpack-plugin/) instances.
4545

0 commit comments

Comments
 (0)