insin / insin/gulp-msx

Sourcemaps support

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
14
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Hi!
I'm using the plugin with 'gulp-sourcemaps' like this, but I am not havving sourcemaps in the output.

gulp.task('transform-jsx', function() {
return gulp.src('./src/*_/_.jsx')
.pipe(msx({harmony: true}))
.pipe(sourcemaps.write())
.pipe(gulp.dest('./src'))
});

Do you know how can I get sourcemaps with 'gulp-msx'?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.