mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Move alternatives to ejecting to its own file
This commit is contained in:
6
docusaurus/docs/alternatives-to-ejecting.md
Normal file
6
docusaurus/docs/alternatives-to-ejecting.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: alternatives-to-ejecting
|
||||
title: Alternatives to Ejecting
|
||||
---
|
||||
|
||||
[Ejecting](#npm-run-eject) lets you customize anything, but from that point on you have to maintain the configuration and scripts yourself. This can be daunting if you have many similar projects. In such cases instead of ejecting we recommend to _fork_ `react-scripts` and any other packages you need. [This article](https://auth0.com/blog/how-to-configure-create-react-app/) dives into how to do it in depth. You can find more discussion in [this issue](https://github.com/facebook/create-react-app/issues/682).
|
||||
@@ -10,10 +10,3 @@ Below you will find some information on how to perform common tasks.<br>
|
||||
You can find the most recent version of this guide [here](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md).
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Alternatives to Ejecting](#alternatives-to-ejecting)
|
||||
|
||||
## Alternatives to Ejecting
|
||||
|
||||
[Ejecting](#npm-run-eject) lets you customize anything, but from that point on you have to maintain the configuration and scripts yourself. This can be daunting if you have many similar projects. In such cases instead of ejecting we recommend to _fork_ `react-scripts` and any other packages you need. [This article](https://auth0.com/blog/how-to-configure-create-react-app/) dives into how to do it in depth. You can find more discussion in [this issue](https://github.com/facebook/create-react-app/issues/682).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user