-
-
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
ES2016 feature Array.includes is not transpiled #942
Comments
Related to #914, CRA purposely doesn't bring in a lot of polyfills, and |
@EnoahNetzach I would say that a polyfill is not necessary, you could transpile Edit: Oops, I see now that this is hard to transpile, because you have to know that array is an Array. |
Polyfills are defined in |
Closing in favor of #969: we need to document available polyfills. |
Array.prototype.includes is not transpiled not sure if this a problem with a babel setting here or a problem with babel itself. But this break IE.
The text was updated successfully, but these errors were encountered: