openmarco / gulp-systemjs-builder

A tiny wrapper around SystemJS builder .bundle and .buildStatic methods
MIT License
1 stars 7 forks source link

Add sourcemaps compatibility #7

Closed josketres closed 4 years ago

josketres commented 7 years ago

SystemJS builder is already generating valid sourceMap objects (output.sourceMap.get().toJSON())

If we add it to the vinyl file generated, we can let gulp-sourcemaps take care of chaining writing them.