diff --git a/webpack.config.ts b/webpack.config.ts index 5baf6d9..86e31b0 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -1,7 +1,7 @@ import * as path from "path"; import {Configuration} from "webpack"; import {CleanWebpackPlugin} from "clean-webpack-plugin"; -import * as CopyWebpackPlugin from "copy-webpack-plugin"; +import CopyWebpackPlugin from "copy-webpack-plugin"; export = { entry: "./plugin/index.ts",