-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
implement built-in .env
support
#3747
Comments
How about supporting vite's files? I think multiple files are almost required if you have default vars checked in git and then have another file to override those vars at build time. If the same files as vite could be supported, it'd be some nice compatibilty. |
Yeah 👍 |
@alexander-akait I want to do this 🚀 |
This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days. |
@webpack-bot keep open. |
Issue was closed because of inactivity. If you think this is still a valid issue, please file a new issue with additional information. |
I think we need to implement built-in
.env
support, there is a good plugin https://github.com/mrsteele/dotenv-webpackDescribe the solution you'd like
Allow to red env variables from
.env
file and control it using CLI optionDescribe alternatives you've considered
No need
Additional context
No need
The text was updated successfully, but these errors were encountered: