Stop prepending file:// to sourcemap paths

Submitting on behalf of mhegazy
This commit is contained in:
Andrew Casey
2017-05-30 14:50:12 -07:00
parent 928da675ac
commit ab2a72b486

View File

@@ -321,9 +321,6 @@ function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, opts
}
else {
options += " -sourcemap";
if (!opts.noMapRoot) {
options += " -mapRoot file:///" + path.resolve(path.dirname(outFile));
}
}
}
else {