uglify-es-web
v1.0.1
Published
Uglify ES bundle for Web
Maintainers
Readme
Uglify ES for Web
Install
npm i uglify-es-webUsage
//import
import UglifyEs from 'uglify-es-web';
//or
const UglifyEs=require('uglify-es-web'); //parser
const parse=UglifyEs.parse(`const hello = 'world'`); //print to code
const code = parse.print_to_string({beautify:true});Example
https://xuans.github.io/webpack-test/dist/index.html
