Skip to content

Commit

Permalink
fix(typings.d.ts): added apply method type to HtmlWwbpackPlugin class…
Browse files Browse the repository at this point in the history
… definitoin

#1244
  • Loading branch information
MrStLouis authored and jantimon committed Jul 16, 2019
1 parent 5acac51 commit 8b7255f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions typings.d.ts
@@ -1,10 +1,13 @@
import { AsyncSeriesWaterfallHook } from "tapable";
import { Compiler } from 'webpack';
import { Options as HtmlMinifierOptions } from "html-minifier";

export = HtmlWebpackPlugin;

declare class HtmlWebpackPlugin {
constructor(options?: HtmlWebpackPlugin.Options);

apply(compiler: Compiler): void;
}

declare namespace HtmlWebpackPlugin {
Expand Down

0 comments on commit 8b7255f

Please sign in to comment.