Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit ef94b05

Browse files
authored
Prepare for 0.2.3 release
1 parent 0182546 commit ef94b05

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: template/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,7 @@ 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 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.
397396
398397
Your project can consume variables declared in your environment as if they were declared locally in your JS files. By
399398
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
467466
468467
## Proxying API Requests in Development
469468
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.
472470
473471
People often serve the front-end React app from the same host and port as their backend implementation.
474472
For example, a production setup might look like this after the app is deployed:

0 commit comments

Comments
 (0)