Skip to content

Commit 20c11b4

Browse files
authored
Merge pull request #16183 from amcasey/SourceMapProtocol
Stop prepending file:// to sourcemap paths
2 parents 24e35cd + ab2a72b commit 20c11b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jakefile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,6 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, opts
321321
}
322322
else {
323323
options += " -sourcemap";
324-
if (!opts.noMapRoot) {
325-
options += " -mapRoot file:///" + path.resolve(path.dirname(outFile));
326-
}
327324
}
328325
}
329326
else {

0 commit comments

Comments
 (0)