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 a3e0afa + 279fe58 commit 77c0ac5Copy full SHA for 77c0ac5
index.d.ts
@@ -0,0 +1,5 @@
1
+import { Plugin } from 'webpack';
2
+
3
+export = HtmlWebpackInlineSourcePlugin;
4
+declare class HtmlWebpackInlineSourcePlugin extends Plugin { }
5
+declare namespace HtmlWebpackInlineSourcePlugin { }
0 commit comments