mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Change sourceMappingURL to line comment
Summary: Changes the `sourceMappingURL` comment from multi line to single line. Reviewed By: johnislarry Differential Revision: D5094791 fbshipit-source-id: f8fa2efd7f173290cac985564c06b4a118a80aae
This commit is contained in:
committed by
Facebook Github Bot
parent
f085d2bac0
commit
225c4c0a98
@@ -45,7 +45,7 @@ function asPlainBundle({
|
||||
}
|
||||
|
||||
if (sourceMapPath) {
|
||||
code += `/*# sourceMappingURL=${sourceMapPath}*/`;
|
||||
code += `//# sourceMappingURL=${sourceMapPath}`;
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user