This commit is contained in:
Vanessa 2023-06-15 10:20:06 +08:00
parent d5f292fde0
commit 0ce4b9b118
6 changed files with 59 additions and 10 deletions

View file

@ -13,7 +13,7 @@ module.exports = (env, argv) => {
watch: argv.mode !== "production",
devtool: argv.mode !== "production" ? "eval" : false,
output: {
publicPath: "auto",
publicPath: "/stage/build/desktop/",
filename: "[name].[chunkhash].js",
path: path.resolve(__dirname, "stage/build/desktop"),
},