custom-react-scripts
custom-react-scripts copied to clipboard
custom .env vars not accessable?
Am i missing something? Adding vars to either .env or .env.local are not available via process.env?
I think you need to add REACT_APP_ to the beginning of your var name.
REACT_APP_VAR=foobar