diff --git a/Gulpfile.ts b/Gulpfile.ts index 2250e75f13e..81424801d03 100644 --- a/Gulpfile.ts +++ b/Gulpfile.ts @@ -783,7 +783,7 @@ gulp.task("browserify", "Runs browserify on run.js to produce a file suitable fo next(undefined, file); }); })) - .pipe(sourcemaps.write(".")) + .pipe(sourcemaps.write(".", {includeContent: false, sourceRoot: "../../"})) .pipe(gulp.dest(".")); });