Skip to content

Commit 7a3617e

Browse files
committed
docs: update skipping plugins
1 parent 868d0c5 commit 7a3617e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/cli-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ npx vue-cli-service build --skip-plugins pwa
135135
This option is available for _every_ `vue-cli-service` command, including custom ones added by other plugins.
136136
:::
137137

138-
You can skip multiple plugins by passing their names as a comma-separated list:
138+
You can skip multiple plugins by passing their names as a comma-separated list or by repeating the argument:
139139

140140
```bash
141-
npx vue-cli-service build --skip-plugins pwa,apollo
141+
npx vue-cli-service build --skip-plugins pwa,apollo --skip-plugins eslint
142142
```
143143

144144
Plugin names are resolved the same way they are during install, as described [here](./plugins-and-presets.md#installing-plugins-in-an-existing-project)

0 commit comments

Comments
 (0)