From 363e844959accd0f425f6c092d694a5569878a66 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Tue, 2 Oct 2018 11:52:57 +0530 Subject: [PATCH] removed create-react-app-parcel link create-react-app-parcel is failing and there is no support for that. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c4390b59748..b91a663660b 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,6 @@ Here’s a few common cases where you might want to try something else: * If you want to use **TypeScript**, consider using [create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript). -* If you want to use **Parcel** instead of **Webpack** as your bundler, consider using [create-react-app-parcel](https://github.com/sw-yx/create-react-app-parcel). - * Finally, if you need **more customization**, check out [Neutrino](https://neutrino.js.org/) and its [React preset](https://neutrino.js.org/packages/react/). All of the above tools can work with little to no configuration.