spray / sbt-revolver

An SBT plugin for dangerously fast development turnaround in Scala
Apache License 2.0
846 stars 55 forks source link

ScalaJS support #102

Open fdietze opened 2 years ago

fdietze commented 2 years ago

Would it be possible to make revolver work with ScalaJS? Instead of running on the JVM, the process would run using node. What needs to be done to support that?