We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When there is no configuration file (ex.: vite.config.ts), the environment variables of the .env files are not loaded.
vite.config.ts
This code snippet is not executed: https://github.com/vitejs/vite/blob/master/src/node/config.ts#L349
The configuration file is required?
https://github.com/recruto/cms
vite
macOS
Node
yarn
vue
@vue/compiler-sfc
The text was updated successfully, but these errors were encountered:
482bd34
No branches or pull requests
Describe the bug
When there is no configuration file (ex.:
vite.config.ts
), the environment variables of the .env files are not loaded.This code snippet is not executed: https://github.com/vitejs/vite/blob/master/src/node/config.ts#L349
The configuration file is required?
Reproduction
https://github.com/recruto/cms
System Info
vite
: 0.17.2macOS
: 10.15.4Node
: 12.9.1yarn
: 1.22.4vue
version: 3.0.0-beta.14@vue/compiler-sfc
: 3.0.0-beta.14The text was updated successfully, but these errors were encountered: