Skip to content

Commit f17cc9f

Browse files
EugeneHlushkomontogeek
authored andcommitted
docs(cli) Remove webpack-command (#2447)
1 parent 44a03e5 commit f17cc9f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/content/api/cli.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ contributors:
88
- chenxsan
99
- rencire
1010
- madhavarshney
11+
- EugeneHlushko
1112
related:
1213
- title: Analyzing Build Statistics
1314
url: https://survivejs.com/webpack/optimizing-build/analyzing-build-statistics/
@@ -23,11 +24,6 @@ related:
2324

2425
For proper usage and easy distribution of this configuration, webpack can be configured with `webpack.config.js`. Any parameters sent to the CLI will map to a corresponding parameter in the config file.
2526

26-
Users have a choice between two CLI packages:
27-
28-
* [webpack-cli](https://github.com/webpack/webpack-cli): the original webpack full-featured CLI.
29-
* [webpack-command](https://github.com/webpack-contrib/webpack-command): the lightweight, opinionated and modern CLI.
30-
3127
Read the [installation guide](/guides/installation) if you don't already have webpack and CLI installed.
3228

3329

src/content/guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ contributors:
55
- pksjce
66
- bebraw
77
- simon04
8+
- EugeneHlushko
89
---
910

1011
This guide goes through the various methods used to install webpack.
@@ -34,7 +35,6 @@ If you're using webpack v4 or later, you'll need to install the [CLI](/api/cli/)
3435
npm install --save-dev webpack-cli
3536
```
3637

37-
3838
Installing locally is what we recommend for most projects. This makes it easier to upgrade projects individually when breaking changes are introduced. Typically webpack is run via one or more [npm scripts](https://docs.npmjs.com/misc/scripts) which will look for a webpack installation in your local `node_modules` directory:
3939

4040
```json

0 commit comments

Comments
 (0)