chore(webpack): Don't show warnings on dev server overlay

This commit is contained in:
Vlad Piersec 2021-10-08 10:13:50 +03:00 committed by vp8x8
parent 873ccf24ec
commit d1a69689bc
1 changed files with 6 additions and 0 deletions

View File

@ -247,6 +247,12 @@ function getConfig(options = {}) {
*/
function getDevServerConfig() {
return {
client: {
overlay: {
errors: true,
warnings: false
}
},
https: true,
host: '127.0.0.1',
proxy: {