We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SamHwang1990/blog#6
如果需要使用 webpack.UglifyJsPlugin 并兼容IE8 ,请使用 webpack@1.13.2。
The text was updated successfully, but these errors were encountered:
@nimojs 所以1.5.0版本也未能解决这个问题了?
Sorry, something went wrong.
@flyher 1.5.0 文档说修复了,但我没测试过。目前已知用的是1.13.2 如果要用 1.5.0+记得设置
{ mangle: { screw_ie8: false } }
@nimojs 试了一下: 1.3.2 和 1.5.0 在不使用 webpack.optimize.UglifyJsPlugin 的情况 IE8下正常工作; 1.3.2 使用 webpack.optimize.UglifyJsPlugin IE8下正常工作; 1.5.0 使用 webpack.optimize.UglifyJsPlugin IE8下报错.
不知道是我自己的问题,还是确实还有其它问题,(并不是react项目), 我正在查找...
No branches or pull requests
SamHwang1990/blog#6
如果需要使用 webpack.UglifyJsPlugin 并兼容IE8 ,请使用 webpack@1.13.2。
The text was updated successfully, but these errors were encountered: