We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I'd like to offer my help for adding instructions to scala-js.org on how to debug Scala.js code in the browser using source maps.
I've seen there are plans to add that kind of documentation but so far I've found nothing related on the website.
I'd be happy to collect expertise, caveats, and SBT configs, write that up in a step-by-step guide and create a pull request.
Regarding IDEs, I'd suggest, we include instructions for debugging in IntelliJ and Chrome DevTools.
The text was updated successfully, but these errors were encountered:
By all means, please do 👍
I don't have much to offer though apart from
scalaJSLinkerConfig ~= { _.withOptimizer(false) }
clean
Sorry, something went wrong.
No branches or pull requests
Hi!
I'd like to offer my help for adding instructions to scala-js.org on how to debug Scala.js code in the browser using source maps.
I've seen there are plans to add that kind of documentation but so far I've found nothing related on the website.
I'd be happy to collect expertise, caveats, and SBT configs, write that up in a step-by-step guide and create a pull request.
Regarding IDEs, I'd suggest, we include instructions for debugging in IntelliJ and Chrome DevTools.
The text was updated successfully, but these errors were encountered: