We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c5d4b86 commit d4eb1c7Copy full SHA for d4eb1c7
package.json
@@ -32,7 +32,6 @@
32
"@types/loader-utils": "1.1.3",
33
"@types/node": "10.11.4",
34
"@types/tapable": "1.0.4",
35
- "@types/webpack": "^4.0.0",
36
"appcache-webpack-plugin": "^1.4.0",
37
"commitizen": "3.0.2",
38
"css-loader": "^1.0.0",
typings.d.ts
@@ -1,10 +1,9 @@
1
-import { Plugin } from "webpack";
2
import { AsyncSeriesWaterfallHook } from "tapable";
3
import { Options as HtmlMinifierOptions } from "html-minifier";
4
5
export = HtmlWebpackPlugin;
6
7
-declare class HtmlWebpackPlugin extends Plugin {
+declare class HtmlWebpackPlugin {
8
constructor(options?: HtmlWebpackPlugin.Options);
9
}
10
0 commit comments