UNPKG

@eaglesong/task-panorama

Version:
8 lines 283 B
import webpack from 'webpack'; export interface XmlChunk extends webpack.compilation.Chunk { __type?: string; } export declare class HtmlWebpackXmlPlugin implements webpack.Plugin { apply(compiler: webpack.Compiler): void; } //# sourceMappingURL=HtmlWebpackXmlPlugin.d.ts.map