Fix error in gulpfile

This commit is contained in:
Jia Hao 2016-01-23 14:47:55 +08:00
parent 40da693cb5
commit 5a04a9886e
1 changed files with 0 additions and 1 deletions

View File

@ -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';