I am trying to port <https://github.com/scala-js/s...
# general
a
I am trying to port https://github.com/scala-js/scalajs-tutorial to pants, however I see 2 issues: - pants doesn't handle js dependency from scala js target the way sbt does - pants doesn't properly compile code into js (I am missing jquery related code in generated js) Does anyone have actually tried anything more serious with Scala.js and pants?