-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(docs): fix a polyfill loading for IE11 #3395
fix(docs): fix a polyfill loading for IE11 #3395
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3395 +/- ##
=======================================
Coverage 99.89% 99.89%
=======================================
Files 170 170
Lines 2809 2809
=======================================
Hits 2806 2806
Misses 3 3 Continue to review full report at Codecov.
|
I will add some more change because we have locally the similar issue, halfzebra/create-elm-app#217 |
…React into docs-babel-polyfill-fix
Checked locally in IE11, works fine 👍 |
Released in |
As @levithomason have said here #3369 (comment) I moved a babel polyfill to the top of the page to load it first.
Also I removed import from index file.
fixes #3369