-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request