Closed FabioPinheiro closed 4 years ago
Closeing this PR
Note: sbt-scalajs-bundler version 0.16.0 does not work with scalajs 1.0.0-RC2 because is complied with scalajs 1.0.0-RC1
As workaround by @sjrd is to use the scalajs-linker on project/plugins.sbt
:
libraryDependencies += "org.scala-js" %% "scalajs-linker" % "1.0.0-RC2"
See https://github.com/scalacenter/scalajs-bundler/pull/319#issuecomment-569463765
Support of Scala.js 1.0.0-RC2 instead of 1.0.0-RC1