File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ This folder is the collection of those packages.
19
19
4 . [ info] ( https://github.com/webpack/webpack-cli/tree/master/packages/info )
20
20
5 . [ init] ( https://github.com/webpack/webpack-cli/tree/master/packages/init )
21
21
6 . [ migrate] ( https://github.com/webpack/webpack-cli/tree/master/packages/migrate )
22
- 7 . [ package-utils] ( https://github.com/webpack/webpack-cli/tree/master/packages/package-utils )
23
- 8 . [ serve] ( https://github.com/webpack/webpack-cli/tree/master/packages/serve )
24
- 9 . [ utils] ( https://github.com/webpack/webpack-cli/tree/master/packages/utils )
25
- 10 . [ webpack-cli] ( https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli )
26
- 11 . [ webpack-scaffold] ( https://github.com/webpack/webpack-cli/tree/master/packages/webpack-scaffold )
22
+ 7 . [ serve] ( https://github.com/webpack/webpack-cli/tree/master/packages/serve )
23
+ 8 . [ utils] ( https://github.com/webpack/webpack-cli/tree/master/packages/utils )
24
+ 9 . [ webpack-cli] ( https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli )
25
+ 10 . [ webpack-scaffold] ( https://github.com/webpack/webpack-cli/tree/master/packages/webpack-scaffold )
27
26
28
27
## Generic Installation
29
28
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ yarn add webpack-cli --dev
25
25
### Available Commands
26
26
27
27
```
28
- init Initialize a new webpack configuration
29
- migrate Migrate a configuration to a new version
30
- loader Scaffold a loader repository
31
- plugin Scaffold a plugin repository
32
- info Outputs information about your system and dependencies
33
- serve Run the webpack Dev Server
28
+ init | c Initialize a new webpack configuration
29
+ migrate | m Migrate a configuration to a new version
30
+ loader | l Scaffold a loader repository
31
+ plugin | p Scaffold a plugin repository
32
+ info | i Outputs information about your system and dependencies
33
+ serve | s Run the webpack Dev Server
34
34
```
35
35
36
36
### webpack 4
You can’t perform that action at this time.
0 commit comments