-
Notifications
You must be signed in to change notification settings - Fork 801
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
4.3.12 breaks polyfills for IE11 #1099
Comments
This file: I see error in IE11 console: |
I'll release a fix tomorrow. It's to late for me to draft any release today. |
Hi @theKashey, any updates on this? Thanks. |
Fell free to upgrade to 4.4.0-1 (beta). It fixes this and another issues. |
Hi @theKashey, |
My bad, sorry |
Following on, @theKashey do you have any time expectations to solve this? |
🐢 tomorrow morning (GMT+10) 🐌 |
Any updates? :) |
Great find! This definitely should be the reason why my app on IE is getting this error. |
Sorry for delay. I wanted to release this change with another one, but (and this is the nature of RHL) even having all the tests green - it does not work in real. Trying to find problem... |
Fixed in "next", v4.5.1 |
Works great so far! :) |
:sweet: |
4.6.0 is no longer beta. |
Description
Upgrading from 4.3.11 to 4.3.12 breaks polyfilling for IE11.
Expected behavior
It should continue to work. :)
Actual behavior
No error messages during build but polyfills stops working.
They seem to be in the code but not executing or something.
Environment
React Hot Loader version: 4.3.12
webpack 4.25.1
@babel/preset-env 7.1.5
Run these commands in the project folder and fill in their results:
node -v
: 10.13.0npm -v
: 6.4.1Then, specify:
Reproducible Demo
No repo at this time - sorry. :(
The text was updated successfully, but these errors were encountered: