Open
Description
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:
- Fork create-react-app repository
- Go to: packages/react-scripts
- publish this as an NPM package
- Install this package as your "react-scripts" module in your CRA project
- Try to build the project