-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
vue-cli create a sample project, but can't run in ie #1789
Comments
Please provide a valid reproduction, thanks. |
also, which IE and which Windows version are you using, @super-bobo ? also, @super-bobo, you give JSFiddle link but your error contains Chinese characters which are not present in the code within that JSFiddle link. Please explain yourself where do those Chinese characters ( thank you |
Hello everyone! I've tried out many unsuccessful things. Any suggestions? |
@wandss would you please provide a valid reproduction link / repo? |
@sodatea Thanks for the answer. Everything here is completely stock. And that's it. Anyway, here is the link to the repository: Cheers! |
Can not reproduce in latest RC8. |
I have the same problem when running in ie11. I think the problem is related to the use of arrow function by the strip-ansi and ansi-regex libraries. Exactly the same problem in webpack/webpack-dev-server#1278 |
thanks, @w0q ,it works perfect !!! |
Version
3.0.0-rc.3
Reproduction link
https://jsfiddle.net/chrisvfritz/50wL7mdz/
Steps to reproduce
npm run serve
an error in ie(SCRIPT1006: 缺少 ')')
What is expected?
It works well in ie
What is actually happening?
an error in ie(SCRIPT1006: 缺少 ')')
The text was updated successfully, but these errors were encountered: