chore(webpack): Don't show warnings on dev server overlay
This commit is contained in:
parent
873ccf24ec
commit
d1a69689bc
|
@ -247,6 +247,12 @@ function getConfig(options = {}) {
|
|||
*/
|
||||
function getDevServerConfig() {
|
||||
return {
|
||||
client: {
|
||||
overlay: {
|
||||
errors: true,
|
||||
warnings: false
|
||||
}
|
||||
},
|
||||
https: true,
|
||||
host: '127.0.0.1',
|
||||
proxy: {
|
||||
|
|
Loading…
Reference in New Issue