UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

4 lines (3 loc) 538 B
import { PluginContext } from 'rollup'; import { ManifestInputPluginCache, ManifestInputPluginOptions } from '../plugin-options'; export declare function warnDeprecatedOptions(this: PluginContext, { browserPolyfill, crossBrowser, dynamicImportWrapper, firstClassManifest, iifeJsonPaths, publicKey, contentScriptWrapper, }: Pick<ManifestInputPluginOptions, 'crossBrowser' | 'browserPolyfill' | 'firstClassManifest' | 'iifeJsonPaths' | 'dynamicImportWrapper' | 'publicKey' | 'contentScriptWrapper'>, cache: ManifestInputPluginCache): void;