Skip to content

Commit d4eb1c7

Browse files
committedFeb 17, 2019
fix: Drop @types/webpack dependency
1 parent c5d4b86 commit d4eb1c7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@types/loader-utils": "1.1.3",
3333
"@types/node": "10.11.4",
3434
"@types/tapable": "1.0.4",
35-
"@types/webpack": "^4.0.0",
3635
"appcache-webpack-plugin": "^1.4.0",
3736
"commitizen": "3.0.2",
3837
"css-loader": "^1.0.0",

‎typings.d.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
import { Plugin } from "webpack";
21
import { AsyncSeriesWaterfallHook } from "tapable";
32
import { Options as HtmlMinifierOptions } from "html-minifier";
43

54
export = HtmlWebpackPlugin;
65

7-
declare class HtmlWebpackPlugin extends Plugin {
6+
declare class HtmlWebpackPlugin {
87
constructor(options?: HtmlWebpackPlugin.Options);
98
}
109

0 commit comments

Comments
 (0)
Please sign in to comment.