You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok. my problem was caused by trying to log whole env console.log('env', process.env);, which is incorrect, as correct way is to reference the direct value console.log('env', process.env.MY_VALUE);, now it works 👍
Hi Team.
I've got this error when calling process.env "MISSING_ENV_VAR"
This is my configuration in webpack.config.js
These are my .env... files
Can you help me?
The text was updated successfully, but these errors were encountered: