wept icon indicating copy to clipboard operation
wept copied to clipboard

gulp 版本4.0.x gulpfile文件写法问题

Open ai4code opened this issue 5 years ago • 0 comments

gulpfile.js文件应该如下写法

gulp.task('prepublish', gulp.series('babel', 'webpack:prod'))

gulp.task('build', gulp.series('babel', 'webpack'))

gulp.task('default', gulp.series('babel', 'watch'))

ai4code avatar Oct 09 '20 06:10 ai4code