-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
fix: make define-process-env-node-env alias node-env #3514
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #3514 +/- ##
==========================================
+ Coverage 91.36% 91.37% +0.01%
==========================================
Files 22 22
Lines 1586 1588 +2
Branches 446 447 +1
==========================================
+ Hits 1449 1451 +2
Misses 137 137
Continue to review full report at Codecov.
|
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.
/cc @webpack/cli-team Please review too
What kind of change does this PR introduce?
Restores v4's
--node-env
CLI flag while preserving the new--define-process-env-node-env
flag.Did you add tests for your changes? Yup
If relevant, did you update the documentation? Yup (although depending on what the desired future is for these flags, possibly the web documentation needs to be updated too).
Summary
Fix #3503. Since the full fix discussed in that thread would be breaking, the interim solution is to restore the
--node-env
flag and have both--define-process-env-node-env
and--node-env
do the same thing. In the future these may diverge as discussed here: #3503 (comment)Does this PR introduce a breaking change?
No. This was very intentionally done in this way to not create a breaking change. It seems unclear as to what the desired long-term behavior is so for now there are two alias commands.
Other information
N/A