diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-03-14 15:54:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 15:54:41 +0800 |
commit | d8fc28191504fb82cce7ae487904c29f9f8517ae (patch) | |
tree | 61a56aa65196c8e78d5b4d47f8c4b7a1782d90c5 /README.md | |
parent | 188c39e8d5b3fba5a7cb92fbf5867c9f3e897c46 (diff) | |
download | tracifyjs-d8fc28191504fb82cce7ae487904c29f9f8517ae.tar.gz tracifyjs-d8fc28191504fb82cce7ae487904c29f9f8517ae.zip |
update dependencies (#3002)
acorn 5.5.3
commander 2.15.0
Miscellaneous
- drop unmaintained package from README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,9 +6,8 @@ UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit. #### Note: - **`uglify-js@3` has a simplified [API](#api-reference) and [CLI](#command-line-usage) that is not backwards compatible with [`uglify-js@2`](https://github.com/mishoo/UglifyJS2/tree/v2.x)**. - **Documentation for UglifyJS `2.x` releases can be found [here](https://github.com/mishoo/UglifyJS2/tree/v2.x)**. -- `uglify-js` only supports ECMAScript 5 (ES5). -- Those wishing to minify -ES2015+ (ES6+) should use the `npm` package [**uglify-es**](https://github.com/mishoo/UglifyJS2/tree/harmony). +- `uglify-js` only supports JavaScript (ECMAScript 5). +- To minify ECMAScript 2015 or above, transpile using tools like [Babel](https://babeljs.io/). Install ------- |