diff --git a/src/content/guides/tree-shaking.md b/src/content/guides/tree-shaking.md index 420b05562000..e0077e70b9d7 100644 --- a/src/content/guides/tree-shaking.md +++ b/src/content/guides/tree-shaking.md @@ -138,7 +138,7 @@ module.exports = { }; ``` -T> Note that the `--optimize-minimize` flag can be used to insert the `UglifyJsPlugin` as well. +T> Note that the `--optimize-minimize` flag can be used to insert the `UglifyJSPlugin` as well. With that squared away, we can run another `npm run build` and see if anything has changed.