我也遇到同样的问题,我的代码是这样的:. gulp.task('js', function () { return gulp.src('src/index.js') .pipe(sourcemaps.init()) .pipe(babel()) ...
確定! 回上一頁