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:
David Aurelio 2017-05-19 13:44:52 -07:00 committed by Facebook Github Bot
parent 62f7f7607e
commit 1c77e4a79f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function asPlainBundle({
}
if (sourceMapPath) {
code += `/*# sourceMappingURL=${sourceMapPath}*/`;
code += `//# sourceMappingURL=${sourceMapPath}`;
}
return {