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 d14d4e6 commit d6078a3Copy full SHA for d6078a3
packages/@vue/cli-service/lib/commands/inspect.js
@@ -24,7 +24,7 @@ module.exports = (api, options) => {
24
} else if (args.rules) {
25
res = config.module.rules.map(r => r.__ruleNames[0])
26
} else if (args.plugins) {
27
- res = config.plugins.map(p => p.__pluginName)
+ res = config.plugins.map(p => p.__pluginName || p.constructor.name)
28
} else if (paths.length > 1) {
29
res = {}
30
paths.forEach(path => {
0 commit comments