babel / babel/gulp-babel

ES5 transpiling issue, No output at all

Open
#195 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
113
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the gulp task shown in the issue with the listed Babel, gulp, and gulp-babel versions, using index.js as the source and dist as the destination. Inspect whether the task runs and whether a transformed file appears in dist; done means the expected ES5 output is produced or the failure is identified with a useful error.

Written by the indexing model from the issue text.

Assessment

Tech stack
babel, javascript
Domain
build-system, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.