scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
237 stars 101 forks source link

[WIP] Upgrade to Scala.js 1.0.0-RC2 #318

Closed FabioPinheiro closed 4 years ago

FabioPinheiro commented 4 years ago

Support of Scala.js 1.0.0-RC2 instead of 1.0.0-RC1

FabioPinheiro commented 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