Commit 7de747da authored by Mike Francis's avatar Mike Francis Committed by Dan Abramov
Browse files

Added note about env server restart (#903)

* Added note about env server restart

As discussed in [#870](https://github.com/facebookincubator/create-react-app/issues/870)

* Style nit
parent 7c6f0b72
Showing with 2 additions and 0 deletions
+2 -0
......@@ -444,6 +444,8 @@ default you will have `NODE_ENV` defined for you, and any other environment vari
variable named `REACT_APP_SECRET_CODE` will be exposed in your JS as `process.env.REACT_APP_SECRET_CODE`, in addition
to `process.env.NODE_ENV`.
>Note: Changing any environment variables will require you to restart the development server if it is running.
These environment variables can be useful for displaying information conditionally based on where the project is
deployed or consuming sensitive data that lives outside of version control.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment