-
On this page, https://scalacenter.github.io/scalajs-bundler/ the instruction says to use:
```scala
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0d8812f9")
```
However upon following…
-
When running the `static` example with `scalajs-bundler` version `0.14.0` and `scalajs` version > `0.6.22` I see the following deprecation warning:
```
/scalajs-bundler-master/sbt-scalajs-bundler…
-
I'm using the latest version of scalatags on Maven (0.8.6). If I use the latest version of scalajs-dom (1.0.0) or even 0.9.8 I get a compile error:
```
[error] /Users/bwbecker/oat/src/oat3/module…
-
As concurrency in scalajs?
-
Using converter `addSbtPlugin("org.scalablytyped.converter" % "sbt-converter06" % "1.0.0-beta5")` and attempting to generate bindings for `react-bootstrap` version `4.3.1` is failing. A sample error:
…
-
Given the following working code:
```scala
import scala.scalajs.js
import scala.scalajs.js.annotation.JSImport
import scala.scalajs.js.{|, undefined, UndefOr}
import slinky.core.{ExternalComponen…
-
Tabulae classes are all jvm only.
perhaps worth breaking out tabulae analysis classes and making them shared JS+JVM?
-
Hello,
Using the current version sbt-web-scalajs 1.1.0 (works perfectly with 1.011)
I get this message from SBT after it tries to extract the project structure:
_/home/gilbert/.jdks/openjdk-1…
-
Trying to get sbt-scoverage-scalajs to run. Using `addSbtPlugin("ch.sidorenko.scoverage" % "sbt-scoverage-scalajs" % "1.0.5-JS3")` I get `unresolved dependency: ch.sidorenko.scoverage#sbt-scoverage;1…
-
I'm new to scalajs-react, and I've set up a minimal project. It works well with Scala 2.13.10 but it fails with Scala 3.2.1 (3.1.3 also shows the same error). When I run the command `sbt "Compile / fa…