feat: ignore overlay error
This commit is contained in:
parent
848182e6a4
commit
bf69acb053
|
@ -23,7 +23,12 @@ module.exports = defineConfig({
|
||||||
'^/api': '/'
|
'^/api': '/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
client: {
|
||||||
|
overlay: {
|
||||||
|
runtimeErrors: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
chainWebpack: config => {
|
chainWebpack: config => {
|
||||||
|
|
Loading…
Reference in New Issue