使用uglifyjs-webpack-plugin插件壓縮js過程中,報TypeError: Cannot read property 'compilation' of undefined的錯誤
我們可以使用uglifyjs-webpack-plugin插件壓縮js
cnpm install uglifyjs-webpack-plugin --save-dev
在webpack.config.js中引用

使用npm run build壓縮,報TypeError: Cannot read property 'compilation' of undefined的錯誤
只需要修改文件即可以解決

關於css壓縮的技巧

