[dev] Disable webpack overlay (#6141)

This commit is contained in:
zubiden 2025-08-21 12:05:33 +02:00 committed by Alexander Zinchuk
parent b9ff9fe3a6
commit fb7ebf1857

View File

@ -65,6 +65,9 @@ export default function createConfig(
host: '0.0.0.0', host: '0.0.0.0',
allowedHosts: 'all', allowedHosts: 'all',
hot: false, hot: false,
client: {
overlay: false,
},
static: [ static: [
{ {
directory: path.resolve(__dirname, 'public'), directory: path.resolve(__dirname, 'public'),