Artificial intelligent assistant

gulpの自動圧縮を実行しないようにしたい。 gulp100kbjs5 .js" as it exceeds the max of "100KB" js gulp.task('babel', function() { gulp.src('./babel/*.js', ['babel']) .pipe(plumber()) .pipe(babel({ presets: ['es2015'], compact: false, // ← })) .pipe(gulp.dest('./')); });

babelbabelcompact`false`
`gulp-babel`


gulp.task('babeltrance', function() {
gulp.src('./babel-before/*.js', ['babeltrance'])
.pipe(plumber())
.pipe(babel({
presets: ['es2015'],
compact: false, // ←
}))
.pipe(gulp.dest('./'));
});


* * *

gulp-changedgulp-newer

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 37b7634a42a1db244c9573901a2748cf