Lines Matching refs:uglify
7 - `uglify-js` supports JavaScript and most language features in ECMAScript.
9 like [Babel](https://babeljs.io/) before passing onto `uglify-js`.
10 - `uglify-js@3` has a simplified [API](#api-reference) and [CLI](#command-line-usage)
11 …that is not backwards compatible with [`uglify-js@2`](https://github.com/mishoo/UglifyJS/tree/v2.x…
21 npm install uglify-js -g
25 npm install uglify-js
380 var UglifyJS = require("uglify-js");
500 Note: unlike `uglify-js@2.x`, the `3.x` API does not throw errors. To
1203 | uglify-js@3.13.0 mangle=false, compress=false | 363,988 | 95,695 | 0.56 |
1204 | uglify-js@3.13.0 mangle=true, compress=false | 253,305 | 81,281 | 0.99 |
1205 | uglify-js@3.13.0 mangle=true, compress=true | 244,436 | 79,854 | 5.30 |