Skip to content

Commit 0435313

Browse files
author
Mark Szymanski
authored
docs: update skip plugins section of cli-service (#5927)
Simplify language, omit unnecessary use case example to better align with tone of other feature descriptions
1 parent fe0fa67 commit 0435313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/cli-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ npx vue-cli-service help [command]
126126

127127
## Skipping Plugins
128128

129-
Sometimes, you may want to not use a certain CLI Plugin when running a command. For example you might want to build a version of your app that doesn't include the PWA plugin. You can do that by passing the name of the plugin to the `--skip-plugins` option.
129+
You can exclude specific plugins when running a command by passing the name of the plugin to the `--skip-plugins` option:
130130

131131
```bash
132132
npx vue-cli-service build --skip-plugins pwa

0 commit comments

Comments
 (0)