Im using Parcel JS to build and bundle my React JS app. I have afew ENV variables being called with process.env.<VARIABLE_NAME>
. Locally I have my .env
file to store these variables and it's git ignored. I've added these variables in Netlify deploy environment variables settings.
My app works well on local. But when deployed on netlify, the env returns null. what did I miss?