mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Move something missing to its own page
This commit is contained in:
7
docusaurus/docs/something-missing.md
Normal file
7
docusaurus/docs/something-missing.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
id: something-missing
|
||||
title: Something missing?
|
||||
sidebar_label: Something missing?
|
||||
---
|
||||
|
||||
If you have ideas for more “How To” recipes that should be on this page, [let us know](https://github.com/facebook/create-react-app/issues) or [contribute some!](https://github.com/facebook/create-react-app/edit/master/packages/react-scripts/template/README.md)
|
||||
@@ -65,7 +65,6 @@ You can find the most recent version of this guide [here](https://github.com/fac
|
||||
- [Analyzing the Bundle Size](#analyzing-the-bundle-size)
|
||||
- [Advanced Configuration](#advanced-configuration)
|
||||
- [Alternatives to Ejecting](#alternatives-to-ejecting)
|
||||
- [Something Missing?](#something-missing)
|
||||
|
||||
## Updating to New Releases
|
||||
|
||||
@@ -1490,6 +1489,3 @@ You can adjust various development and production settings by setting environmen
|
||||
|
||||
[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).
|
||||
|
||||
## Something Missing?
|
||||
|
||||
If you have ideas for more “How To” recipes that should be on this page, [let us know](https://github.com/facebook/create-react-app/issues) or [contribute some!](https://github.com/facebook/create-react-app/edit/master/packages/react-scripts/template/README.md)
|
||||
|
||||
Reference in New Issue
Block a user