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.
2 parents b661380 + c477719 commit 4a101f4Copy full SHA for 4a101f4
index.d.ts
@@ -1,5 +1,8 @@
1
import { Plugin } from 'webpack';
2
+import HtmlWebpackPlugin from 'html-webpack-plugin';
3
4
export = HtmlWebpackInlineSourcePlugin;
-declare class HtmlWebpackInlineSourcePlugin extends Plugin { }
5
+declare class HtmlWebpackInlineSourcePlugin extends Plugin {
6
+ constructor(htmlWebpackPlugin: HtmlWebpackPlugin)
7
+}
8
declare namespace HtmlWebpackInlineSourcePlugin { }
0 commit comments