I can't seem to load .env variables using create-react-app --template=typescript and am not sure what I'm missing. How can I fix it? The process.env.REACT_APP_GRAPHQL variable is undefined and process.env just returns an empty object.
I am using "react-scripts": "3.4.1"