-
-
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
Breaking change with latest @babel/core update #12017
Labels
Comments
2 tasks
Seems related to babel/babel#14209 (switching to use |
looks like resolved by babel/babel#14229 (comment) |
Now works like a charm, I will close the issue. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With latest version of
create-react-app
that is using@babel/core@7.17.0
(launched 2/2/22 at 15:00PST) the same App that was use to build correctly now is throwing build errors.Did you try recovering your dependencies?
yes
Which terms did you search for in User Guide?
babel
react-scripts
Environment
(paste the output of the command here.)
Steps to reproduce
npx create-react-app test-app cd test-app npm i aws-amplify
npm start
Expected behavior
Build and run the app with no errors (as it used to happen previously)
(Write what you thought would happen.)
Actual behavior
When building the App I have this errors
Reproducible demo
git clone https://github.com/elorzafe/cra-issue-babel.git cd cra-issue-babel npm i npm start
The text was updated successfully, but these errors were encountered: