Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1213 from dioogbento/patch-2
Browse files Browse the repository at this point in the history
Remove reference to gutil in gulpfile
  • Loading branch information
colin-marshall committed Jan 21, 2018
2 parents cc0760d + 6cc44c2 commit 3168456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const webpack = {
},

changeHandler(err, stats) {
gutil.log('[webpack]', stats.toString({
log('[webpack]', stats.toString({
colors: true,
}));

Expand Down

0 comments on commit 3168456

Please sign in to comment.