Closed josketres closed 5 years ago
SystemJS builder is already generating valid sourceMap objects (output.sourceMap.get().toJSON())
output.sourceMap.get().toJSON()
If we add it to the vinyl file generated, we can let gulp-sourcemaps take care of chaining writing them.
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.