diff --git a/gulpfile.js b/gulpfile.js index 9b7516fdcd..5c77fdc804 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -244,7 +244,7 @@ gulp.task('dev-server', syncDepenedents, function() { host: `${hostname}:${syncPort}` }) }, - logLeval: 'debug', + logLevel: 'debug', files: paths.syncWatch, port: syncPort, open: false,