You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugin-dev.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ A service plugin should export a function which receives two arguments:
51
51
52
52
- A [PluginAPI][plugin-api] instance
53
53
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`.
55
55
56
56
The API allows service plugins to extend/modify the internal webpack config for different environments and inject additional commands to `vue-cli-service`. Example:
0 commit comments