File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 52
52
"dependencies" : {
53
53
"@types/html-minifier-terser" : " ^5.0.0" ,
54
54
"@types/tapable" : " ^1.0.5" ,
55
- "@types/webpack" : " ^4.41.22" ,
56
55
"html-minifier-terser" : " ^5.0.1" ,
57
56
"loader-utils" : " 2.0.0" ,
58
57
"lodash" : " ^4.17.20" ,
Original file line number Diff line number Diff line change 1
1
import { AsyncSeriesWaterfallHook } from "tapable" ;
2
- import { Compiler , compilation } from 'webpack' ;
2
+ import { Compiler , Compilation } from 'webpack' ;
3
3
import { Options as HtmlMinifierOptions } from "html-minifier-terser" ;
4
4
5
5
export = HtmlWebpackPlugin ;
@@ -9,7 +9,7 @@ declare class HtmlWebpackPlugin {
9
9
10
10
apply ( compiler : Compiler ) : void ;
11
11
12
- static getHooks ( compilation : compilation . Compilation ) : HtmlWebpackPlugin . Hooks ;
12
+ static getHooks ( compilation : Compilation ) : HtmlWebpackPlugin . Hooks ;
13
13
14
14
/**
15
15
* Static helper to create a tag object to be get injected into the dom
You can’t perform that action at this time.
0 commit comments