Skip to content

Commit 5795eee

Browse files
timReynoldsmontogeek
authored andcommitted
docs (guides): Update UglifyJsPlugin -> UglifyJSPlugin (#1918)
Fixed capitalization of plugin name.
1 parent 4be1104 commit 5795eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/tree-shaking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module.exports = {
138138
};
139139
```
140140
141-
T> Note that the `--optimize-minimize` flag can be used to insert the `UglifyJsPlugin` as well.
141+
T> Note that the `--optimize-minimize` flag can be used to insert the `UglifyJSPlugin` as well.
142142
143143
With that squared away, we can run another `npm run build` and see if anything has changed.
144144

0 commit comments

Comments
 (0)