-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Importing babel/polyfill crashes ie11 #485
Comments
@Ashot-KR please, add a reproducible example. |
Steps to reproduce: npm create-react-app test-project add |
@zloirock https://jsfiddle.net/bpzv9o7x/ fiddle with |
It works fine on IE 11.0.9600.18665 on Win 7, I have no ideas where I can test it on 11.0.9600.16384. |
@Ashot-KR Did is starter throwing recently? If yes, could you try to understand in which version? |
looks like reason somewhere in
I'm the lucky one 😄 Could it be an IE bug? 🤔 |
It's definitely IE bug. If it's exactly in Could you replace this condition to |
@zloirock it stop crashing with |
@zloirock looks like it's ok |
Original issue submitted by @Ashot-KR in babel/babel#9456
Importing
@babel/polyfill
crashes IE.Build environment
The text was updated successfully, but these errors were encountered: