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
1.2.2
6.11.2
Windows7
通过 dva-cli 创建项目 cnpm start
IE11可以正常运行
IE11 提示语法错误 错误代码定位是
module.exports = () => { const pattern = [ '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[a-zA-Z\\d]*)*)?\\u0007)', '(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PRZcf-ntqry=><~]))' ].join('|'); return new RegExp(pattern, 'g'); };
但是换为 roadhog 0.6.0 同样的文件 就可以在 IE9 到 IE11 中运行 应该是箭头函数的问题 这个箭头函数是整个js文件里面唯一的箭头函数 而且不是业务代码里面的 这个问题只会出现在开发环境 编译出来的js是没有这样的问题的
roadhog 0.6.0
IE9
IE11
没有
希望可以修复
The text was updated successfully, but these errors were encountered:
我也遇到该问题,搞好长时间了,仍没有解决
Sorry, something went wrong.
参考 sorrycc/blog#68
No branches or pull requests
Environment(required) | 环境(必填)
1.2.2
6.11.2
Windows7
What did you do? Please provide steps to re-produce your problem.(请提供复现步骤)
通过 dva-cli 创建项目
cnpm start
What do you expected?(预期的正常效果)
IE11可以正常运行
What happen?(发生了何种非正常现象)
IE11 提示语法错误
错误代码定位是
但是换为
roadhog 0.6.0
同样的文件就可以在
IE9
到IE11
中运行应该是箭头函数的问题
这个箭头函数是整个js文件里面唯一的箭头函数
而且不是业务代码里面的
这个问题只会出现在开发环境
编译出来的js是没有这样的问题的
Re-producible online demo (可复现的在线demo)
没有
希望可以修复
The text was updated successfully, but these errors were encountered: