diff --git a/Gulpfile.ts b/Gulpfile.ts index 0f4b0e0c1ac..bff83fcbff6 100644 --- a/Gulpfile.ts +++ b/Gulpfile.ts @@ -729,7 +729,7 @@ gulp.task("browserify", "Runs browserify on run.js to produce a file suitable fo sourcemaps: { "built/local/_stream_0.js": originalMap, "built/local/bundle.js": maps, - "node_modules/source-map-support/source-map-support.js": null, + "node_modules/source-map-support/source-map-support.js": undefined, } }); const finalMap = chain.apply();