mirror of
https://github.com/status-im/metro.git
synced 2025-02-09 01:33:45 +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
62f7f7607e
commit
1c77e4a79f
@ -45,7 +45,7 @@ function asPlainBundle({
|
||||
}
|
||||
|
||||
if (sourceMapPath) {
|
||||
code += `/*# sourceMappingURL=${sourceMapPath}*/`;
|
||||
code += `//# sourceMappingURL=${sourceMapPath}`;
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user