From 821665fc7b07c8b2e1f5efb227bdac0a36253dac Mon Sep 17 00:00:00 2001 From: Piper Chester Date: Wed, 10 May 2017 07:52:59 -0700 Subject: [PATCH] docs: fix grammatical error (#29) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da3d092d..2ca6edb1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ With npm: npm install uglifyjs-webpack-plugin --save-dev ``` -**Important!** The plugin has a peer dependency to uglify-js, so in order to use the plugin, also uglify-js has to be installed. The currently (2017/1/25) available uglify-js npm packages, however, do not support minification of ES6 code. In order to support ES6, an ES6-capable, a.k.a. _harmony_, version of UglifyJS has to be provided. +**Important!** The plugin has a peer dependency to uglify-js, so in order to use the plugin, also uglify-js has to be installed. The currently (2017/1/25) available uglify-js npm packages; however, do not support minification of ES6 code. In order to support ES6, an ES6-capable, a.k.a. _harmony_, version of UglifyJS has to be provided. If your minification target is ES6: