File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,8 @@ We will consider integrating more tightly with Flow in the future so that you do
392392
393393## Adding Custom Environment Variables
394394
395- > Note: this feature is available with ` react- scripts@0.3 .0 ` and higher.
395+ **Note: this feature will be available with ` react- scripts@0.3 .0 ` and higher.**
396+ **It is not released yet, but it will be a part of a future release.**
396397
397398Your project can consume variables declared in your environment as if they were declared locally in your JS files. By
398399default you will have ` NODE_ENV ` defined for you, and any other environment variables starting with
@@ -466,7 +467,8 @@ Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-r
466467
467468## Proxying API Requests in Development
468469
469- >Note: this feature is available with ` react- scripts@0.3 .0 ` and higher.
470+ **Note: this feature will be available with ` react- scripts@0.3 .0 ` and higher.**
471+ **It is not released yet, but it will be a part of a future release.**
470472
471473People often serve the front-end React app from the same host and port as their backend implementation.
472474For example, a production setup might look like this after the app is deployed:
You can’t perform that action at this time.
0 commit comments