-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
No output or error is given on gulp-babel during gulp task
Below are the package versions
"@babel/core": "7.7.4",
"@babel/preset-env": "7.7.4",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-cli": "^2.0.1",
Usage
gulp.task('obfuscate', async () => {
return gulp
.src([
'index.js',
])
.pipe(babel({
presets: ['es2015'],
compact: true
}))
.pipe(gulp.dest('dist'));
});
Metadata
Metadata
Assignees
Labels
No labels