Interface: PluginMeta
Defined in: packages/rolldown/src/plugin/index.ts:64
Descriptive metadata a plugin can expose about itself.
Set it via the meta property of the plugin object.
Properties
description?
- Type:
string - Optional
Defined in: packages/rolldown/src/plugin/index.ts:77
A short, human-readable description of what the plugin does.
packageName?
- Type:
string - Optional
Defined in: packages/rolldown/src/plugin/index.ts:68
The name of the npm package the plugin ships in, e.g. @vitejs/plugin-vue.
version?
- Type:
string - Optional
Defined in: packages/rolldown/src/plugin/index.ts:73
The version of the npm package the plugin ships in, e.g. 5.0.0. The version field of that package's package.json.