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
This is a bigger problem than you might have expected. In doing extensive research on the matter (#70 (comment)), we have found that it just isn't possible to have webpack bundle your envs securely, while also supporting destructuring.
I wish it were possible as I am a huge destructure fan, but with the way we want only used envs packaged it wouldn't be feasible to support both approaches without compromising security.
I'm going to close this as a duplicate, but feel free to have a conversation over there if you wish.
Defining variables in this way blows up and complains about the variable
process
The current fix is to repetively define
process.env
for each variable.The text was updated successfully, but these errors were encountered: