From 6cb3f912c0bafcfd4fc88955167bbf76153b5f2c Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 8 Jan 2021 14:21:13 +0530 Subject: [PATCH] docs(api): add configtest command --- src/content/api/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/api/cli.md b/src/content/api/cli.md index 7caf08bc04f8..2dbf72106220 100644 --- a/src/content/api/cli.md +++ b/src/content/api/cli.md @@ -46,6 +46,7 @@ webpack-cli offers a variety of commands to make working with webpack easy. By d | `plugin` | p | Scaffold a plugin repository | | `info` | i | Output information about your system and dependencies | | `serve` | s | Run the webpack Dev Server | +| `configtest` | t | Tests webpack configuration against validation errors | | `bundle` | b | Run webpack (default command, can be omitted) | | `help` | h | Display help for commands and options | | `version` | v | Output the version of `webpack`, `webpack-cli` and `webpack-dev-server` |