@eaglesong/task-panorama
Version:
Eaglesong task for Panorama
23 lines • 636 B
TypeScript
export = InjectSourceMapDevToolPlugin;
declare class InjectSourceMapDevToolPlugin {
/**
* @param {TODO} options Options object
*/
constructor(options?: any);
variableName: any;
moduleFilenameTemplate: any;
namespace: any;
options: any;
/**
* Apply the plugin
* @param {Compiler} compiler the compiler instance
* @returns {void}
*/
apply(compiler: any): void;
}
declare namespace InjectSourceMapDevToolPlugin {
export { Source, Compiler };
}
type Source = import("webpack-sources").Source;
type Compiler = any;
//# sourceMappingURL=InjectSourceMapDevToolPlugin.5.d.ts.map