From 2b3961918e961ac1ad5736676852471e77f1ce09 Mon Sep 17 00:00:00 2001 From: Tim Reynolds Date: Thu, 15 Mar 2018 23:32:21 +0000 Subject: [PATCH] Update UglifyJsPlugin -> UglifyJSPlugin Fixed capitalization of plugin name. --- src/content/guides/tree-shaking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.