mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 04:24:15 +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:
parent
f085d2bac0
commit
225c4c0a98
@ -45,7 +45,7 @@ function asPlainBundle({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (sourceMapPath) {
|
if (sourceMapPath) {
|
||||||
code += `/*# sourceMappingURL=${sourceMapPath}*/`;
|
code += `//# sourceMappingURL=${sourceMapPath}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user