UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

4 lines (3 loc) 236 B
import { RollupOptions } from 'rollup'; import { OutputBundle, PluginContext } from 'rollup'; export declare function regenerateBundle(this: PluginContext, { input, output }: RollupOptions, bundle: OutputBundle): Promise<OutputBundle>;