UNPKG

447 BTypeScriptView Raw
1import { Plugin } from 'webpack';
2import { Options } from './types';
3export * from './babel-remove-function';
4export declare const serviceWorkerDefaultInclude: Array<string | RegExp>;
5export declare const serviceWorkerDefaultExclude: Array<string | RegExp>;
6export declare function resolveFile(options: Options, key: string, pattern: string): Promise<string | null>;
7export declare function setupPlugins(options: Options): Promise<Array<Plugin>>;