-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
feat(env): support dotenv-expand to contains process env #10370
Conversation
Marking this as a breaking change and for 4.0 since there were regression reports when we last tried to update, but thanks for starting work on this! We could be merging this once 4.0 is near. (when the test is fixed too 😬 ) |
Hope version 4 will come soon😁 |
Vite 4 will follow shortly after Rollup 3 is released, which is soon I think 👍 |
@Dunqing |
I think bumping Also |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code itself looks good to me.
Yes
I can make a new PR to support #10149, or do it here and close #10149, what do you think? |
Would you revert the |
Thanks for updating! I just noticed that it throws an error with dotenv-expand@>=6.0.0 if a user had an env var that includes With powershell, you can reproduce by running This is not a direct blocker of this PR, but this PR will block #10826 if merged. Maybe we should wait for |
Ok, I see, I think we can fix the problem with dotenv-expand in #10826, instead of blocking this PR. |
Description
close: #6626
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).