Uh oh!
There was an error while loading. Please reload this page.
Remove @babel/core from babel-preset-react-app dependencies - #8428
Remove @babel/core from babel-preset-react-app dependencies#8428Andarist wants to merge 2 commits into
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. |
Andarist
commented
Mar 7, 2020
I believe the PR is still sound so bumping for the stale bot. |
ianschmitz
commented
Mar 10, 2020
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 |
Andarist
commented
Mar 10, 2020
If you want to keep Right now it being a hard dependency of |
ianschmitz
commented
Mar 10, 2020
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.