mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Merge pull request #2912 from thornbill/overlay-warnings
Disable warnings in webpack dev server overlay
This commit is contained in:
commit
9943892c2e
@ -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