[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',
|
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'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user