You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
@Array-Huang
build后在ie8运行会报错
解决方法:
plugins.product.config.js文件中
pluginsConfig.push(new webpack.optimize.UglifyJsPlugin({
compress: {
screw_ie8: false,//默认true,不支持ie8
warnings: false,
},
}));