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
I'm not sure if there is already an option for this, but if not, it would be nice if we could choose to have the build error when trying to replace process.env.WHATEVER if the variable is not defined (falsey?).
I'm not sure if there is already an option for this, but if not, it would be nice if we could choose to have the build error when trying to replace
process.env.WHATEVER
if the variable is not defined (falsey?).Similar to https://webpack.js.org/plugins/environment-plugin/
The text was updated successfully, but these errors were encountered: