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() {
|
function getDevServerConfig() {
|
||||||
return {
|
return {
|
||||||
|
client: {
|
||||||
|
overlay: {
|
||||||
|
errors: true,
|
||||||
|
warnings: false
|
||||||
|
}
|
||||||
|
},
|
||||||
https: true,
|
https: true,
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
proxy: {
|
proxy: {
|
||||||
|
|
Loading…
Reference in New Issue