Ejecting a react app can lead to harsh consequences. However, not ejecting can limit the npm packages you can use. To solve this, use react-app-rewired!
For example, the default start script in the package.json files becomes:
"start": "react-app-rewired start"
Comments
Post a Comment