Skip to content

Commit

Permalink
docs: configtest
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 4, 2021
1 parent b1d83ea commit 9e8f03d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions packages/webpack-cli/README.md
Expand Up @@ -63,15 +63,16 @@ npx webpack-cli --help verbose
### Available Commands

```
bundle | b Run webpack
help | h Display help for commands and options
version | v Output version number of the 'webpack', 'webpack-cli' and other related packages
init | c Initialize a new webpack configuration
migrate | m Migrate a configuration to a new version
loader | l Scaffold a loader repository
plugin | p Scaffold a plugin repository
info | i Outputs information about your system and dependencies
serve | s Run the webpack Dev Server
bundle | b Run webpack
help | h Display help for commands and options
version | v Output version number of the 'webpack', 'webpack-cli' and other related packages
init | c Initialize a new webpack configuration
migrate | m Migrate a configuration to a new version
loader | l Scaffold a loader repository
plugin | p Scaffold a plugin repository
info | i Outputs information about your system and dependencies
serve | s Run the webpack Dev Server
configtest | t Run the webpack Dev Server
```

### webpack 4
Expand Down

0 comments on commit 9e8f03d

Please sign in to comment.