-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Description
https://facebook.github.io/create-react-app/docs/advanced-configuration
You can adjust various development and production settings by setting environment variables in your shell or with .env.
.env links to https://facebook.github.io/docs/adding-development-environment-variables-in-env, which does not exist. I could not find any equivalent URL through Google.
https://facebook.github.io/create-react-app/docs/using-https-in-development
One particular case where this could be useful is when using the "proxy" feature to proxy requests to an API server when that API server is itself serving HTTPS.
the "proxy" feature links to https://facebook.github.io/docs/proxying-api-requests-in-development, which does not exist. I could not find any equivalent URL through Google.