Open TobiasRoland opened 4 years ago
Also applies to 0.15
https://github.com/scalacenter/scalajs-bundler/issues/311#issuecomment-564032405
The above issue thread might resolve this issue.
The artifact id of scalajs bundler for Scala.js 0.6 has been changed to addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler-sjs06" % "0.16.0")
.
Thanks @exoego, that does indeed help. If I want to use the latest & greatest of scala.js, sbt and bundler, is there a good example project or giter8 template I can look at? I was having a bit of pain trying to get the above build.sbt to compile with the latest scala.js 1.x
When I try to update from 0.14.0 to 0.16.0, I get the following error:
build.properties:
plugins.sbt:
build.sbt:
Am I doing something wrong, or is there a known issue?