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 536b402 commit 2698c7eCopy full SHA for 2698c7e
package.json
@@ -28,7 +28,7 @@
28
]
29
},
30
"devDependencies": {
31
- "@types/html-minifier": "3.5.3",
+ "@types/html-minifier-terser": "5.0.0",
32
"@types/loader-utils": "1.1.3",
33
"@types/node": "11.13.9",
34
"@types/tapable": "1.0.4",
typings.d.ts
@@ -1,6 +1,6 @@
1
import { AsyncSeriesWaterfallHook } from "tapable";
2
import { Compiler, compilation } from 'webpack';
3
-import { Options as HtmlMinifierOptions } from "html-minifier";
+import { Options as HtmlMinifierOptions } from "html-minifier-terser";
4
5
export = HtmlWebpackPlugin;
6
0 commit comments