File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,7 @@ webpack-cli offers a variety of commands to make working with webpack easier. By
47
47
| [ ` build ` ] ( #build ) | ` build\|bundle\|b [entries...] [options] ` | Run webpack (default command, can be omitted). |
48
48
| [ ` configtest ` ] ( #configtest ) | ` configtest\|t [config-path] ` | Validate a webpack configuration. |
49
49
| [ ` 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. |
54
51
| [ ` serve ` ] ( #serve ) | ` serve\|server\|s [options] ` | Run the ` webpack-dev-server ` . |
55
52
| [ ` version ` ] ( #version ) | ` version\|v [commands...] ` | Output the version number of ` webpack ` , ` webpack-cli ` and ` webpack-dev-server ` . |
56
53
| [ ` watch ` ] ( #watch ) | ` watch\|w [entries...] [options] ` | Run webpack and watch for files changes. |
You can’t perform that action at this time.
0 commit comments