Skip to content

Commit 3dcf3c6

Browse files
wietsevayyx990803
authored andcommitted
docs: package.json project options (#842)
Project options are specified in the `"vue"` field and not `"vue-cli"`
1 parent 3a5d125 commit 3dcf3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/plugin-dev.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A service plugin should export a function which receives two arguments:
5151

5252
- A [PluginAPI][plugin-api] instance
5353

54-
- An object containing project local options specified in `vue.config.js`, or in the `"vue-cli"` field in `package.json`.
54+
- An object containing project local options specified in `vue.config.js`, or in the `"vue"` field in `package.json`.
5555

5656
The API allows service plugins to extend/modify the internal webpack config for different environments and inject additional commands to `vue-cli-service`. Example:
5757

0 commit comments

Comments
 (0)