process is not defined after migration to v.3 #5647
Replies: 1 comment
-
I found what's wrong)
Any mention of process or process.env causes this error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there! I just finished moving from v.2 to v.3, in dev mode, oddly enough, all env variables work correctly, but after the build I get the error
Uncaught error: process is not defined
.These are my dependencies in package.json, I updated them based on recommendations in the closed thread
I moved all env variables to src/environment.js as recommended in the doc.
Thank you in advance for your cooperation!
Beta Was this translation helpful? Give feedback.
All reactions