-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught ReferenceError: process is not defined #195
Labels
question
Further information is requested
Comments
I have not idea what vite.js is but I have found the issue on their side: vitejs/vite#1973 |
It is a configuration issue for your app bundler. |
Also see this solution for Vite: #118 (comment) |
See #193 |
It looks like there need to add file env.d.ts with such entire: Then use import.meta.env.VITE_APP_[VAR_NAME] instead of process.env.VITE_APP_[VAR_NAME] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with vite.js
The text was updated successfully, but these errors were encountered: