File tree 1 file changed +4
-2
lines changed
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
392
392
393
393
## Adding Custom Environment Variables
394
394
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.**
396
397
397
398
Your project can consume variables declared in your environment as if they were declared locally in your JS files. By
398
399
default 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
466
467
467
468
## Proxying API Requests in Development
468
469
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.**
470
472
471
473
People often serve the front-end React app from the same host and port as their backend implementation.
472
474
For 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