Skip to content

Commit 9619e3a

Browse files
committed
Working non-inline sourcemaps for runtests
1 parent 8ca1910 commit 9619e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ gulp.task(run, false, [servicesFile], () => {
592592
.pipe(newer(run))
593593
.pipe(sourcemaps.init())
594594
.pipe(tsc(settings))
595-
.pipe(sourcemaps.write("."))
595+
.pipe(sourcemaps.write(".", {includeContent: false, sourceRoot: "../../"}))
596596
.pipe(gulp.dest("."));
597597
});
598598

0 commit comments

Comments
 (0)