Sourcemaps support
Open
- 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.