우선순위
npm run build 하면 우선순위는 다음과 같다.
1) .env.production.local
2) .env.local,
3) .env.production
4) .env
https://create-react-app.dev/docs/adding-custom-environment-variables/#what-other-env-files-can-be-used
Note: this feature is available with react-scripts@0.2.3 and higher.
https://create-react-app.dev/docs/adding-custom-environment-variables