UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

4 lines (3 loc) 259 B
import { Plugin } from 'rollup'; import { ManifestInputPlugin } from '../plugin-options'; export declare function browserPolyfill({ browserPolyfill: options, }: Pick<ManifestInputPlugin, 'browserPolyfill'>): Pick<Required<Plugin>, 'name' | 'generateBundle'>;