UNPKG

280 BTypeScriptView Raw
1import { Compiler, Plugin } from 'webpack';
2export interface Html5EntryWebpackPluginOptions {
3}
4export declare class Html5EntryWebpackPlugin implements Plugin {
5 private options;
6 constructor(options?: Html5EntryWebpackPluginOptions);
7 apply(compiler: Compiler): void;
8}