uglify-es-script
v1.0.0
Published
Minify javascript.
Downloads
2
Readme
uglify-es-script
Minify JavaScript files.
Getting started
Add the package to your project using the npm ecosystem:
$ npm install uglify-es-script --save-dev
Then setup the npm script via the package.json
file.
./package.json
"scripts": {
"uglifyjs": "./node_modules/.bin/uglify_es_script"
},
Now run the command:
$ npm run uglifyjs
Changelog
Get the project's history in CHANGELOG.md.
Maintainer
Andy Bettisworth [email protected] https://andybettisworth.com
License
This project is released under the MIT License.