同步代码
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user