File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -105,22 +105,19 @@ declare namespace HtmlWebpackPlugin {
105
105
| false // Pass an empty object to the template function
106
106
| ( (
107
107
compilation : any ,
108
- assets ,
109
- assetTags : {
110
- headTags : HtmlTagObject [ ] ;
111
- bodyTags : HtmlTagObject [ ] ;
108
+ assets : {
109
+ publicPath : string ,
110
+ js : Array < string > ,
111
+ css : Array < string > ,
112
+ manifest ?: string ,
113
+ favicon ?: string
112
114
} ,
113
- options : ProcessedOptions
114
- ) => { [ option : string ] : any } )
115
- | ( (
116
- compilation : any ,
117
- assets ,
118
115
assetTags : {
119
116
headTags : HtmlTagObject [ ] ;
120
117
bodyTags : HtmlTagObject [ ] ;
121
118
} ,
122
119
options : ProcessedOptions
123
- ) => Promise < { [ option : string ] : any } > )
120
+ ) => { [ option : string ] : any } | Promise < { [ option : string ] : any } > )
124
121
| { [ option : string ] : any } ;
125
122
/**
126
123
* The title to use for the generated HTML document
You can’t perform that action at this time.
0 commit comments