diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 164159743..82cb6338e 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -116,7 +116,7 @@ const webpack = { }, changeHandler(err, stats) { - gutil.log('[webpack]', stats.toString({ + log('[webpack]', stats.toString({ colors: true, }));