assetsPlugin()
ts
function assetsPlugin(options): Plugin;Defined in: plugin.ts:18
A Rollup plugin that emits assets
Parameters
| Parameter | Type | Description |
|---|---|---|
options | Options | An Object to configure Options for the plugin's behavior. |
Returns
Plugin
A Rollup plugin that emits assets.
Since
1.0.0
Author
Simon Kovtyk