mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 09:58:18 -07:00
Disable warnings in webpack dev server overlay
This commit is contained in:
parent
f5ea7bc830
commit
71f08fd6dc
@ -24,6 +24,12 @@ module.exports = merge(common, {
|
||||
]
|
||||
},
|
||||
devServer: {
|
||||
compress: true
|
||||
compress: true,
|
||||
client: {
|
||||
overlay: {
|
||||
errors: true,
|
||||
warnings: false
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user