-
-
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
Current "create-react-app" main branch not working (react-scripts) #11692
Comments
creating react app youll have to install npm and visual studio |
Not sure what exactly you want to say here. Do you want to be more descriptive? |
https://www.youtube.com/watch?v=-ERWlp828kY follow this instructions |
I don't think you understood the actual problem. I need to extend the react-scripts build procedure. In order to modify/add additional steps in the React build you can either eject the entire project or fork the react-scripts repository and do the modifications there. This is what I'm doing for two years already and everything is working great. From time to time I rebase my custom "react-scripts" repository with the upstream in order to be up to date. And now, two years later after rebase, my "build" is not working. After some investigation I found out that the official "main" branch has issues which are nothing to do with me. This is why I report that there is a problem and it's actually easy to reproduce. |
This issue 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 am trying to do the same thing and facing the exact issue. The |
I followed the recommended way of extending "react-scripts" build procedure:
https://create-react-app.dev/docs/alternatives-to-ejecting/
It turns out that there is something wrong in the main branch, because I can't build my project. I receive an error about wrong babel plugin import. No code changes are made by side.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: