同步代码

This commit is contained in:
FishOrBear
2020-05-07 10:51:27 +08:00
parent 85db279fab
commit e712b7b4e2
10 changed files with 492 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ const config: webpack.Configuration = merge(
mode: "development",
entry: "./src/ViewSrc/index.ts",
output: { pathinfo: false },
devtool: "cheap-module-eval-source-map",
devtool: "eval-source-map",
devServer: {
contentBase: "./dist/",
port: 7776,
@@ -26,6 +26,4 @@ const config: webpack.Configuration = merge(
}
);
config.externals = {};
export default config;