UNPKG

@eaglesong/task-panorama

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