Interface: PluginMeta
Defined in: packages/rolldown/src/plugin/index.ts:61
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:74
A short, human-readable description of what the plugin does.
packageName?
- Type:
string - Optional
Defined in: packages/rolldown/src/plugin/index.ts:65
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:70
The version of the npm package the plugin ships in, e.g. 5.0.0. The version field of that package's package.json.