-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Remove @babel/core from babel-preset-react-app dependencies #8428
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
base: main
Are you sure you want to change the base?
Remove @babel/core from babel-preset-react-app dependencies #8428
Conversation
This pull request 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. |
I believe the PR is still sound so bumping for the stale bot. |
I don't think we can make this change. It causes a whole bunch of peer dependency warnings: https://dev.azure.com/facebook/create-react-app/_build/results?buildId=1242&view=logs&jobId=8999f565-280a-527f-721e-375d49cc4cd5&j=8999f565-280a-527f-721e-375d49cc4cd5&t=7980f6bf-f3f8-5575-47e3-a23aae330cb3 |
If you want to keep Right now it being a hard dependency of |
We do have it in |
It's not a dependency of
babel-preset-react-app
- it's not used anywhere inside it. Potentially it could be set as a peer dependency - just for information purposes, but not sure if you want that. It definitely ain't a hard dependency though.