[dev] Disable webpack overlay (#6141)
This commit is contained in:
parent
b9ff9fe3a6
commit
fb7ebf1857
@ -65,6 +65,9 @@ export default function createConfig(
|
||||
host: '0.0.0.0',
|
||||
allowedHosts: 'all',
|
||||
hot: false,
|
||||
client: {
|
||||
overlay: false,
|
||||
},
|
||||
static: [
|
||||
{
|
||||
directory: path.resolve(__dirname, 'public'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user