File tree 2 files changed +9
-11
lines changed 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ Thus, webpack CLI provides different commands for many common tasks.
58
58
- [ ` webpack-cli init ` ] ( ./packages/init/README.md#webpack-cli-init ) - Create a new webpack configuration.
59
59
- [ ` webpack-cli info ` ] ( ./packages/info/README.md#webpack-cli-info ) - Returns information related to the local environment.
60
60
- [ ` webpack-cli migrate ` ] ( ./packages/migrate/README.md#webpack-cli-migrate ) - Migrate project from one version to another.
61
- - [ ` webpack-cli plugin ` ] ( ./packages/generate-plugin/README.md#webpack-cli-generate-plugin ) - Initiate new plugin project.
62
- - [ ` webpack-cli loader ` ] ( ./packages/generate-loader/README.md#webpack-cli-generate-loader ) - Initiate new loader project.
61
+ - [ ` webpack-cli plugin ` ] ( ./packages/generators#generators ) - Initiate new plugin project.
62
+ - [ ` webpack-cli loader ` ] ( ./packages/generators#generators ) - Initiate new loader project.
63
63
- [ ` webpack-cli serve ` ] ( ./packages/serve/README.md#webpack-cli-serve ) - Use webpack with a development server that provides live reloading.
64
64
65
65
### Utilities
Original file line number Diff line number Diff line change @@ -13,15 +13,13 @@ This folder is the collection of those packages.
13
13
14
14
## Packages
15
15
16
- 1 . [ generate-loader] ( https://github.com/webpack/webpack-cli/tree/master/packages/generate-loader )
17
- 2 . [ generate-plugin] ( https://github.com/webpack/webpack-cli/tree/master/packages/generate-plugin )
18
- 3 . [ generators] ( https://github.com/webpack/webpack-cli/tree/master/packages/generators )
19
- 4 . [ info] ( https://github.com/webpack/webpack-cli/tree/master/packages/info )
20
- 5 . [ init] ( https://github.com/webpack/webpack-cli/tree/master/packages/init )
21
- 6 . [ migrate] ( https://github.com/webpack/webpack-cli/tree/master/packages/migrate )
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 )
16
+ 1 . [ generators] ( https://github.com/webpack/webpack-cli/tree/master/packages/generators )
17
+ 2 . [ info] ( https://github.com/webpack/webpack-cli/tree/master/packages/info )
18
+ 3 . [ init] ( https://github.com/webpack/webpack-cli/tree/master/packages/init )
19
+ 4 . [ migrate] ( https://github.com/webpack/webpack-cli/tree/master/packages/migrate )
20
+ 5 . [ serve] ( https://github.com/webpack/webpack-cli/tree/master/packages/serve )
21
+ 6 . [ utils] ( https://github.com/webpack/webpack-cli/tree/master/packages/utils )
22
+ 7 . [ webpack-cli] ( https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli )
25
23
26
24
## Generic Installation
27
25
You can’t perform that action at this time.
0 commit comments