From 6e7b7a404e0576ebbb99533eef5f12919182b690 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Thu, 28 Dec 2017 10:54:53 -0800 Subject: [PATCH] chore(gulpfile): Reduce wepback log level to info --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 5c77fdc804..d01d38fe10 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -244,7 +244,7 @@ gulp.task('dev-server', syncDepenedents, function() { host: `${hostname}:${syncPort}` }) }, - logLevel: 'debug', + logLevel: 'info', files: paths.syncWatch, port: syncPort, open: false,