mirror of https://github.com/status-im/metro.git
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) {
|
if (sourceMapPath) {
|
||||||
code += `/*# sourceMappingURL=${sourceMapPath}*/`;
|
code += `//# sourceMappingURL=${sourceMapPath}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue