Skip to content

Commit f1b6168

Browse files
authored
Clarify 0.3.0 is not out yet
1 parent dc95aca commit f1b6168

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

template/README.md

+4-2
Original file line numberDiff line numberDiff 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
397398
Your project can consume variables declared in your environment as if they were declared locally in your JS files. By
398399
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
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
471473
People often serve the front-end React app from the same host and port as their backend implementation.
472474
For example, a production setup might look like this after the app is deployed:

0 commit comments

Comments
 (0)