UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

3 lines (2 loc) 226 B
import { ManifestInputPlugin, PluginWithFunctionHooks } from '../plugin-options'; export declare function mixedFormat(options: Pick<ManifestInputPlugin, 'formatMap'>): Pick<PluginWithFunctionHooks, 'name' | 'generateBundle'>;