We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version(s) 0.1.11
Describe the bug The sourceMappingURL doesn't match the name of the sourcemap.
sourceMappingURL
To Reproduce
//> using platform "js" //> using jsEmitSourceMaps true @main def whatever = ()
$ scala-cli --version 0.1.11 $ scala-cli package bug.scala Compiling project (Scala 3.1.3, Scala.js) Compiled project (Scala 3.1.3, Scala.js) Emitted js source maps to: /workspace/sandbox/whatever.js.map Wrote /workspace/sandbox/whatever.js, run it with node ./whatever.js gitpod /workspace/sandbox (main) $ ls bug.scala README.md whatever.js whatever.js.map $ tail -n 1 whatever.js //# sourceMappingURL=main.js.map
Expected behaviour The sourceMappingURL should match the name of the sourcemap.
The text was updated successfully, but these errors were encountered:
lwronski
Successfully merging a pull request may close this issue.
Version(s)
0.1.11
Describe the bug
The
sourceMappingURL
doesn't match the name of the sourcemap.To Reproduce
Expected behaviour
The
sourceMappingURL
should match the name of the sourcemap.The text was updated successfully, but these errors were encountered: