mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 20:51:12 +08:00
* support different env configs. * fomrat code * Hide doc * Slightly rework the PR * Remove .env in default template * Use just one entry in the paths * Unify env.js and loadEnv.js * Oops, forgot these folks
4 lines
120 B
Bash
4 lines
120 B
Bash
REACT_APP_X = x-from-original-env
|
|
REACT_APP_ORIGINAL_1 = from-original-env-1
|
|
REACT_APP_ORIGINAL_2 = from-original-env-2
|