Skip to content

Commit 74d9234

Browse files
docs: fix commands
1 parent 109381e commit 74d9234

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/content/api/cli.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ webpack-cli offers a variety of commands to make working with webpack easier. By
4747
| [`build`](#build) | `build\|bundle\|b [entries...] [options]` | Run webpack (default command, can be omitted). |
4848
| [`configtest`](#configtest) | `configtest\|t [config-path]` | Validate a webpack configuration. |
4949
| [`help`](#help) | `help\|h [command] [option]` | Display help for commands and options. |
50-
| [`info`](#info) | `info\|i [options]` | Outputs information about your system. |
51-
| [`init`](#init) | `init\|create\|c\|new\|n [generation-path] [options]` | Initialize a new webpack project. |
52-
| [`loader`](#loader) | `loader\|l [output-path] [options]` | Scaffold a loader. |
53-
| [`plugin`](#plugin) | `plugin\|p [output-path] [options]` | Scaffold a plugin. |
50+
| [`info`](#info) | `info\|i [options]` | Outputs information about your system. |
5451
| [`serve`](#serve) | `serve\|server\|s [options]` | Run the `webpack-dev-server`. |
5552
| [`version`](#version) | `version\|v [commands...]` | Output the version number of `webpack`, `webpack-cli` and `webpack-dev-server`. |
5653
| [`watch`](#watch) | `watch\|w [entries...] [options]` | Run webpack and watch for files changes. |

0 commit comments

Comments
 (0)