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 9ac2642 commit a67f34aCopy full SHA for a67f34a
packages/@vue/cli-service/lib/commands/inspect.js
@@ -36,7 +36,7 @@ module.exports = (api, options) => {
36
res = config
37
}
38
39
- const output = toString(config, { verbose })
+ const output = toString(res, { verbose })
40
console.log(output)
41
})
42
0 commit comments