chore(gulpfile): Reduce wepback log level to info
This commit is contained in:
committed by
mrugesh mohapatra
parent
9c5322334b
commit
6e7b7a404e
@ -244,7 +244,7 @@ gulp.task('dev-server', syncDepenedents, function() {
|
||||
host: `${hostname}:${syncPort}`
|
||||
})
|
||||
},
|
||||
logLevel: 'debug',
|
||||
logLevel: 'info',
|
||||
files: paths.syncWatch,
|
||||
port: syncPort,
|
||||
open: false,
|
||||
|
Reference in New Issue
Block a user