Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove reference to package-utils (deprecated) #1906

Merged
merged 2 commits into from Oct 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 4 additions & 5 deletions packages/README.md
Expand Up @@ -19,11 +19,10 @@ This folder is the collection of those packages.
4. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info)
5. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init)
6. [migrate](https://github.com/webpack/webpack-cli/tree/master/packages/migrate)
7. [package-utils](https://github.com/webpack/webpack-cli/tree/master/packages/package-utils)
8. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
9. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils)
10. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)
11. [webpack-scaffold](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-scaffold)
7. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve)
8. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils)
9. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)
10. [webpack-scaffold](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-scaffold)

## Generic Installation

Expand Down
12 changes: 6 additions & 6 deletions packages/webpack-cli/README.md
Expand Up @@ -25,12 +25,12 @@ yarn add webpack-cli --dev
### Available Commands

```
init Initialize a new webpack configuration
migrate Migrate a configuration to a new version
loader Scaffold a loader repository
plugin Scaffold a plugin repository
info Outputs information about your system and dependencies
serve Run the webpack Dev Server
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
```

### webpack 4
Expand Down