-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
IE Syntax error on minified code evaluation #928
Comments
It's also an issue for |
Any updates? I'm still having this problem with:
and
|
I'm also still having this issue. It's happening in the package I'm currently using (package.json):
and in my webpack.config.js (just focusing on babel-loader):
I can provide as much detail as you need to help figure this out. |
Also having this issue with Vite - when configured using "@vitejs/plugin-legacy" as so:
IE11 will still not load a react based project, resulting in:
Not found a work around at the moment, and whilst I will probably just drop IE11 support I would prefer not to uncessarily. |
@kieranbenton I am also having that same issue when using vite and with that plugin. @kieranbenton were you able to resolve this? |
Afraid not, but equally not tried it again |
Original issue submitted by @attatrol in babel/babel#8980
Bug Report
Current Behavior
IE 11.0.14393.0 returns error
Syntax error in regular exception
when i try to copy the minified code in its console.Input Code
REPL link
Expected behavior/code
Successful evaluation.
Babel Configuration
default minify preset used by REPL
Environment
REPL
The text was updated successfully, but these errors were encountered: