🔨 fix typing, add default interop

This commit is contained in:
platane
2020-10-24 00:06:21 +02:00
parent 00e0c54b80
commit 43aa3022af
4 changed files with 33 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
import * as path from "path";
// @ts-ignore
import * as HtmlWebpackPlugin from "html-webpack-plugin";
import path from "path";
import HtmlWebpackPlugin from "html-webpack-plugin";
import type { Configuration } from "webpack";