From 6cc44c20ac2151774082d504e434cf5d89632f0b Mon Sep 17 00:00:00 2001 From: Diogo Bento Date: Fri, 19 Jan 2018 15:02:10 -0100 Subject: [PATCH] Remove reference to gutil Line 119:5 --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }));