1.webpack
安装
npm install webpack -g
使用
webpack [inputfile] [outfile]
2.uglifyjs
安装
npm install uglify-js -g
使用
uglifyjs [input file] [options] [output file]
js压缩
原文地址:https://www.cnblogs.com/wylj/p/9323031.html
1.webpack
安装
npm install webpack -g
使用
webpack [inputfile] [outfile]
2.uglifyjs
安装
npm install uglify-js -g
使用
uglifyjs [input file] [options] [output file]
js压缩
原文地址:https://www.cnblogs.com/wylj/p/9323031.html