Clear and concise description of the problem
Currently, it is not obvious which plugin originated from which package. It would be helpful to show that information.
Suggested solution
Recommend plugins to add api.devtools.package values:
const p = {
name: 'foo',
api: {
devtools: {
package: '@vitejs/plugin-vue'
}
}
}
and make devtools will read that information.
We can also add description property to show it.
Alternative
No response
Additional context
No response
Validations
Clear and concise description of the problem
Currently, it is not obvious which plugin originated from which package. It would be helpful to show that information.
Suggested solution
Recommend plugins to add
api.devtools.packagevalues:and make devtools will read that information.
We can also add description property to show it.
Alternative
No response
Additional context
No response
Validations