-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
docs: add missing documents for removal of --define-process-env-node-env
#4361
base: master
Are you sure you want to change the base?
docs: add missing documents for removal of --define-process-env-node-env
#4361
Conversation
CHANGELOG.md
Outdated
@@ -12,6 +12,7 @@ | |||
- removed `init`, `loader` and `plugin` commands in favor [`create-webpack-app`](https://github.com/webpack/webpack-cli/tree/master/packages/create-webpack-app) | |||
- dropped support for `webpack-dev-server@v4` | |||
- minimum supported webpack version is `5.82.0` | |||
- removed `--define-process-env-node-env` in favor of `--config-node-env` option ([#4318](https://github.com/webpack/webpack-cli/pull/4318)) |
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.
changelog is auto generated so dont touch that
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.
Changes reverted in both CHANGELOG.md
and packages/webpack-cli/CHANGELOG.md
Hello, may I ask if there are any other changes required for this PR to be merged? Thanks in advance. |
What kind of change does this PR introduce?
doc
Did you add tests for your changes?
no
If relevant, did you update the documentation?
yes
Summary
add missing documents for removal of
--define-process-env-node-env
Does this PR introduce a breaking change?
no
Other information
fixes #4360