KC's Workspace
    Preparing search index...

    Descriptive metadata a plugin can expose about itself.

    Set it via the meta property of the plugin object.

    interface PluginMeta {
        description?: string;
        packageName?: string;
        version?: string;
    }
    Index
    description?: string

    A short, human-readable description of what the plugin does.

    packageName?: string

    The name of the npm package the plugin ships in, e.g. @vitejs/plugin-vue.

    version?: string

    The version of the npm package the plugin ships in, e.g. 5.0.0. The version field of that package's package.json.