This repository was archived by the owner on Jan 26, 2019. It is now read-only.
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -392,8 +392,7 @@ 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 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.**
395
+ >Note: this feature is available with ` react- scripts@0.2 .3 ` and higher.
397
396
398
397
Your project can consume variables declared in your environment as if they were declared locally in your JS files. By
399
398
default you will have ` NODE_ENV ` defined for you, and any other environment variables starting with
@@ -467,8 +466,7 @@ Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-r
467
466
468
467
## Proxying API Requests in Development
469
468
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.**
469
+ >Note: this feature is available with ` react- scripts@0.2 .3 ` and higher.
472
470
473
471
People often serve the front-end React app from the same host and port as their backend implementation.
474
472
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