UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

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