UNPKG

@eaglesong/task-panorama

Version:
8 lines 303 B
import webpack from 'webpack'; export interface EntryLoaderOptions { filename?: string; plugins?: boolean | (string | webpack.Plugin)[]; ignoredPlugins?: string[]; } export declare function pitch(this: webpack.loader.LoaderContext, request: string): void; //# sourceMappingURL=index.d.ts.map