@eaglesong/task-panorama
Version:
Eaglesong task for Panorama
9 lines • 352 B
TypeScript
import { OutputOptions } from '@eaglesong/helper-task';
import webpack from 'webpack';
export { OutputOptions };
export declare class OutputHeaderWebpackPlugin implements webpack.Plugin {
private options;
constructor(options: OutputOptions);
apply(compiler: webpack.Compiler): void;
}
//# sourceMappingURL=OutputHeaderWebpackPlugin.d.ts.map