Skip to content

Add plugin package name #172

@sapphi-red

Description

@sapphi-red

Clear and concise description of the problem

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions