We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178ec30 commit b1b1639Copy full SHA for b1b1639
packages/@vue/cli-service/lib/Service.js
@@ -31,7 +31,7 @@ module.exports = class Service {
31
32
// install plugins.
33
// If there are inline plugins, they will be used instead of those
34
- // found in pacakge.json.
+ // found in package.json.
35
// When useBuiltIn === false, built-in plugins are disabled. This is mostly
36
// for testing.
37
this.plugins = this.resolvePlugins(plugins, useBuiltIn)
0 commit comments