Fixed release build error
This commit is contained in:
parent
403becbf78
commit
dd0937a401
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import * as path from "path";
|
import * as path from "path";
|
||||||
import {Configuration} from "webpack";
|
import {Configuration} from "webpack";
|
||||||
import {CleanWebpackPlugin} from "clean-webpack-plugin";
|
import {CleanWebpackPlugin} from "clean-webpack-plugin";
|
||||||
import * as CopyWebpackPlugin from "copy-webpack-plugin";
|
import CopyWebpackPlugin from "copy-webpack-plugin";
|
||||||
|
|
||||||
export = {
|
export = {
|
||||||
entry: "./plugin/index.ts",
|
entry: "./plugin/index.ts",
|
||||||
|
|
Loading…
Add table
Reference in a new issue