TypeError: Cannot read property 'compilation' of undefined

使用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压缩的技巧

原文地址:https://www.cnblogs.com/smart-girl/p/11211828.html