uglifyjs-webpack-plugin 压缩代码,webpack自带 const uglify = require('uglifyjs-webpack-plugin'); plugins:[ new uglify() ] html-webpack-plugin 需要安装 new htmlPlugin({ minify:{ removeAttributeQuotes:true,//去掉属性的引号 }, hash:true, template:'./src/index.html' }) ex…