Move something missing to its own page

This commit is contained in:
Kristofer Selbekk
2018-10-07 18:43:35 +02:00
parent 4c90f07e04
commit 196fa46d1d
3 changed files with 8 additions and 5 deletions

View 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)

View File

@@ -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)