sbt-web-scalajs icon indicating copy to clipboard operation
sbt-web-scalajs copied to clipboard

Support source map with absolute path (IntelliJ debugging problem)

Open mysticfall opened this issue 7 years ago • 0 comments

Currently, IntelliJ supports debugging of Scala.js project, which emits source map files with absolute path:

  • https://youtrack.jetbrains.com/issue/SCL-9936

Because sbt-web-scalajs ignores relativeSourceMaps setting, projects based on the plugin cannot be debugged using IntelliJ's Scala plugin.

mysticfall avatar May 17 '17 11:05 mysticfall