Skip to content

Commit

Permalink
fix: Drop @types/webpack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Feb 17, 2019
1 parent c5d4b86 commit d4eb1c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -32,7 +32,6 @@
"@types/loader-utils": "1.1.3",
"@types/node": "10.11.4",
"@types/tapable": "1.0.4",
"@types/webpack": "^4.0.0",
"appcache-webpack-plugin": "^1.4.0",
"commitizen": "3.0.2",
"css-loader": "^1.0.0",
Expand Down
3 changes: 1 addition & 2 deletions typings.d.ts
@@ -1,10 +1,9 @@
import { Plugin } from "webpack";
import { AsyncSeriesWaterfallHook } from "tapable";
import { Options as HtmlMinifierOptions } from "html-minifier";

export = HtmlWebpackPlugin;

declare class HtmlWebpackPlugin extends Plugin {
declare class HtmlWebpackPlugin {
constructor(options?: HtmlWebpackPlugin.Options);
}

Expand Down

0 comments on commit d4eb1c7

Please sign in to comment.