From 9c1f3209733c655a3e955fe38e36b25ddd6fc3f1 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Wed, 19 Feb 2025 21:46:42 -0800 Subject: [PATCH] Update CRA to Parcel migration guide --- src/content/blog/2025/02/14/sunsetting-create-react-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/2025/02/14/sunsetting-create-react-app.md b/src/content/blog/2025/02/14/sunsetting-create-react-app.md index af1b8a7dcba..9ced6231c36 100644 --- a/src/content/blog/2025/02/14/sunsetting-create-react-app.md +++ b/src/content/blog/2025/02/14/sunsetting-create-react-app.md @@ -66,7 +66,7 @@ If your app has unusual constraints, or you prefer to solve these problems by bu For existing apps, these guides will help you migrate to a build tool: * [Vite Create React App migration guide](https://www.robinwieruch.de/vite-create-react-app/) -* [Parcel Create React App migration guide](https://stackoverflow.com/a/49605484) +* [Parcel Create React App migration guide](https://parceljs.org/migration/cra/) * [Rsbuild Create React App migration guide](https://rsbuild.dev/guide/migration/cra) To help get started with Vite, Parcel or Rsbuild, we've added new docs for [Building a React App from Scratch](/learn/build-a-react-app-from-scratch).