Skip to content

Commit 2698c7e

Browse files
ianberingerjantimon
authored andcommittedMar 23, 2020
fix: update typedefs to match with html-minifier-terser
1 parent 536b402 commit 2698c7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
]
2929
},
3030
"devDependencies": {
31-
"@types/html-minifier": "3.5.3",
31+
"@types/html-minifier-terser": "5.0.0",
3232
"@types/loader-utils": "1.1.3",
3333
"@types/node": "11.13.9",
3434
"@types/tapable": "1.0.4",

‎typings.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { AsyncSeriesWaterfallHook } from "tapable";
22
import { Compiler, compilation } from 'webpack';
3-
import { Options as HtmlMinifierOptions } from "html-minifier";
3+
import { Options as HtmlMinifierOptions } from "html-minifier-terser";
44

55
export = HtmlWebpackPlugin;
66

0 commit comments

Comments
 (0)
Please sign in to comment.