create-react-app not working with IE11 in development mode

Created on 12 Dec 2018  路  6Comments  路  Source: facebook/create-react-app

I'm using CRA2.1.1. I found it's not working with IE11 in dev mode. Same with this issue: #3034
Seems it's been fixed before, but it's not working now. Are we able to fix this?

stale

Most helpful comment

OK, I solved it finally, reading more closely here : you need to add import 'react-app-polyfill/ie9' at the first-line of the ./src/index.js

All 6 comments

Exact same issue as in it's complaining about object assign in the console? Are you including the required polyfills?

Hello, for me it is still not working with IE11, even in production mode. It is working when I put <script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script> but I can't do that.
And also I don't have support for fetch in IE11.

Is it made on purpose ?

Not working also for me on IE9

OK, I solved it finally, reading more closely here : you need to add import 'react-app-polyfill/ie9' at the first-line of the ./src/index.js

Great thanks, it makes sense!

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jnachtigall picture jnachtigall  路  3Comments

adrice727 picture adrice727  路  3Comments

alleroux picture alleroux  路  3Comments

JimmyLv picture JimmyLv  路  3Comments

fson picture fson  路  3Comments