-
Notifications
You must be signed in to change notification settings - Fork 940
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
What did debug 4 introduce to make babel fails to polyfill IE 11? #729
Comments
There's not enough information here to help you. This sounds like a Babel configuration problem, and that's not a typical Javascript syntax error that I've seen (plus it doesn't really say what the syntax error is). |
My babel config is rather simple
From here socketio/socket.io-client#1328 (comment)
I have tried to let babel polyfill & transpile v4 but without success. So I am asking for help. |
This isn't really the place to ask for Babel help, sorry. Our package doesn't do anything other packages don't do. Try asking in the Babel slack channel, or opening an issue with babel (I don't know their support policies so please be mindful of them). I do not use Babel, therefore I cannot help you. |
I raised the issue to babel, according to them babel/babel#10707 (comment)
|
Please see babel/babel#10707 (comment) for my response. |
Hi,
This is a question.
So when I use version 3 I can use @babel/preset-env to polyfill IE 11.
But if I use version 4 polyfill fails for IE 11 I got SCRIPT1002
I try all the ways I can think of to polyfill version 4 but I still get this error.
The text was updated successfully, but these errors were encountered: