We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e78213 commit 98ad756Copy full SHA for 98ad756
1 file changed
typings.d.ts
@@ -18,7 +18,7 @@ declare class HtmlWebpackPlugin {
18
tagName: string,
19
attributes?: { [attributeName: string]: string | boolean },
20
innerHTML?: string
21
- ): HtmlTagObject;
+ ): HtmlWebpackPlugin.HtmlTagObject;
22
23
static readonly version: number;
24
}
0 commit comments