使用包含hooks API的react版本时,生产环境版本压缩代码后报错
Opened this issue · 0 comments
Chaoming-L commented
🍉what?
使用react^16.8.4 版本的hooks api, 压缩打包生产环境代码. 报错!
如图:
📦why?
webpack官方的issue
发现问题是 uglifyjs-webpack-plugin 的bug导致, 具体情况如下:
mishoo/UglifyJS#3291
🔑how to fix?
官方建议切到terser plugin (https://github.com/webpack-contrib/terser-webpack-plugin), 解决问题.