-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
docs(cli) remove webpack-command #2447
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
Conversation
EugeneHlushko
commented
Aug 15, 2018
- remove webpack-command mentions
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 installation guide states that the user can install either webpack-cli
or webpack-command
, but what is the difference, which one will be used in the future.
Actually, why two CLI's.
The answer could be added to the installation guide to make it easier for the user which one to choose.
https://webpack.js.org/guides/installation/
Actually webpack-command is getting archived and not going to be maintained @Legends |
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.
I thought webpack-command
will be the new CLI...
But then webpack-command
could also be removed from the installation guide I guess ....
src/content/guides/installation.md
Outdated
@@ -34,13 +35,6 @@ If you're using webpack v4 or later, you'll need to install a [CLI](/api/cli/). | |||
npm install --save-dev webpack-cli | |||
``` | |||
|
|||
or |
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.
@Legends i did remove it here 👍
In response to webpack#2447
In response to #2447 _describe your changes..._ - [ ] Read and sign the [CLA][1]. PRs that haven't signed it won't be accepted. - [ ] Make sure your PR complies with the [writer's guide][2]. - [ ] Review the diff carefully as sometimes this can reveal issues. - __Remove these instructions from your PR as they are for your eyes only.__ [1]: https://cla.js.foundation/webpack/webpack.js.org [2]: https://webpack.js.org/writers-guide/
Thanks! |