-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
dva new myApp 启动后,IE下报语法错误 #1233
Comments
IE 什么版本? |
"use strict"; 这一段报的,IE11,我模拟9,10,11都有这个问题 |
.roadhogrc 里配 |
谢谢,用npm run build的成果物IE访问没有该问题,你那边是否能重现? 我配置后,如下 |
开了devtool之后build出来的文件, IE访问会报语法错误. |
|
这个模块的问题 chalk/ansi-regex#15 |
roadhog 0.6.0以后就有这样的问题了 |
Code to reproduce the issue: (请提供可复现的代码或者步骤)
dva new **,然后启动即可以发现
Expected behavior: (预期的正常效果)
初始化后正常显示
Actual behavior: (实际效果)
IE报语法错误
Versions of packages used: (哪个库的哪个版本出现的问题)
"antd": "^2.13.2",
"babel-plugin-import": "^1.4.0",
"babel-runtime": "^6.9.2",
"dva": "^2.0.3",
"dva-loading": "^1.0.2",
"react": "^15.4.0",
"react-dom": "^15.4.0"
@sorrycc
The text was updated successfully, but these errors were encountered: