From 09777f38c84552ef94277cfae8236f0670b43a83 Mon Sep 17 00:00:00 2001 From: zweicoder Date: Sat, 23 Jan 2016 14:47:07 +0800 Subject: [PATCH] Remove unused watchify import --- gulpfile.babel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 43c3186..e8de1b8 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -3,7 +3,6 @@ import del from 'del'; import sourcemaps from 'gulp-sourcemaps'; import webpack from 'webpack-stream'; import babel from 'gulp-babel'; -import watchify from 'watchify'; import runSequence from 'run-sequence'; import path from 'path';