Skip to content

Commit 225c4c0

Browse files
davidaureliofacebook-github-bot
authored andcommitted
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
1 parent f085d2b commit 225c4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packager/src/ModuleGraph/output/as-plain-bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function asPlainBundle({
4545
}
4646

4747
if (sourceMapPath) {
48-
code += `/*# sourceMappingURL=${sourceMapPath}*/`;
48+
code += `//# sourceMappingURL=${sourceMapPath}`;
4949
}
5050

5151
return {

0 commit comments

Comments
 (0)