We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5acac51 commit 8b7255fCopy full SHA for 8b7255f
typings.d.ts
@@ -1,10 +1,13 @@
1
import { AsyncSeriesWaterfallHook } from "tapable";
2
+import { Compiler } from 'webpack';
3
import { Options as HtmlMinifierOptions } from "html-minifier";
4
5
export = HtmlWebpackPlugin;
6
7
declare class HtmlWebpackPlugin {
8
constructor(options?: HtmlWebpackPlugin.Options);
9
+
10
+ apply(compiler: Compiler): void;
11
}
12
13
declare namespace HtmlWebpackPlugin {
0 commit comments