We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently only run babel on user code (and not on dependencies). This causes a set of issues:
babel-preset-env
Set
We should copy CRA's implementation for compiling node_modules with babel-preset-env which will fix problems like #3780
The text was updated successfully, but these errors were encountered:
Closing this because it is already open in #7064
Sorry, something went wrong.
No branches or pull requests
We currently only run babel on user code (and not on dependencies). This causes a set of issues:
babel-preset-env
(Example: React usesSet
and IE9 doesn't support it)We should copy CRA's implementation for compiling node_modules with babel-preset-env which will fix problems like #3780
The text was updated successfully, but these errors were encountered: