Fixed release build error
parent
403becbf78
commit
dd0937a401
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue