2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-20 12:22:21 +00:00

Fix error in gulpfile

This commit is contained in:
Jia Hao 2016-01-23 14:47:55 +08:00
parent 40da693cb5
commit 5a04a9886e

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