-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Reconsider bundled polyfills #3343
Comments
with the recent changes regarding to babel and browserslist, do we still need to include this file? https://github.com/facebookincubator/create-react-app/blob/next/packages/react-scripts/config/polyfills.js |
@Timer im testing the upcoming react-scripts 2.0 release on my app, if i set |
We'll probably do away with the |
I would love to see two js bundles being produced, one to be served via Justification
|
We're dropping IE 11 support with v2. See more instructions in the migration section when released. |
See my comment in #3200 (comment). We should remove any polyfills that are only necessary for browsers that aren't supported out of the box by React 16 anyway. We should also document the most efficient way polyfill for the lowest possible supported browsers by React 16 (AFAIK IE9). This would be a breaking change.
The text was updated successfully, but these errors were encountered: