This script migrates a non-ejected Create React App to Parcel.
npm install cra-to-parcelThis script migrates a non-ejected Create React App to Parcel.
``sh`
npx cra-to-parcel
For full details and manual instructions, see the Parcel website. In summary:
1. react-scripts is replaced with parcel in dependencies and package.json scriptspublic/index.html
2. Jest config is ejected, and the necessary dependencies are installed
3. is updated to use Parcel syntax, and add explicit