feat: ignore overlay error

This commit is contained in:
caoqianming 2023-10-18 16:32:07 +08:00
parent 848182e6a4
commit bf69acb053
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,12 @@ module.exports = defineConfig({
'^/api': '/' '^/api': '/'
} }
} }
} },
client: {
overlay: {
runtimeErrors: false,
},
},
}, },
chainWebpack: config => { chainWebpack: config => {