chore(gulpfile): Reduce wepback log level to info

This commit is contained in:
Berkeley Martinez
2017-12-28 10:54:53 -08:00
committed by mrugesh mohapatra
parent 9c5322334b
commit 6e7b7a404e

View File

@ -244,7 +244,7 @@ gulp.task('dev-server', syncDepenedents, function() {
host: `${hostname}:${syncPort}`
})
},
logLevel: 'debug',
logLevel: 'info',
files: paths.syncWatch,
port: syncPort,
open: false,