mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Disable warnings in webpack dev server overlay
This commit is contained in:
parent
f5ea7bc830
commit
71f08fd6dc
1 changed files with 7 additions and 1 deletions
|
@ -24,6 +24,12 @@ module.exports = merge(common, {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
compress: true
|
compress: true,
|
||||||
|
client: {
|
||||||
|
overlay: {
|
||||||
|
errors: true,
|
||||||
|
warnings: false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue