-
-
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
babel-preset-react-app with babel-preset-env #4068
Comments
It's unnecessary as we already include it 😄. Take a peek at the source to see what it includes as advised above! Please note that if you're using CRA ( |
Is there a way to configure |
@djfdev atm it is only supported if you |
@miraage doesn't
|
I see that creat-react-app includes the babel-preset-react-app plugin for babel. Can I use this plugin with
babel-preset-env
or is that not necessary? I am not really sure whatbabel-preset-react-app
includes.The text was updated successfully, but these errors were encountered: