-
I am trying to update some libraries:
I need to update this because errors happens with another library:
```scala
//val scribe = dep("com.outr" %%% "scribe" % "2.7.13")
val scribe = dep("com…
-
If I understand correctly, scalajs-vite currently injects Scala.js compiled (`xLinkJS`) outputs into the root of the build directory. This means that it should be possible for other non-Scala.js sourc…
-
Follow-up form here:
https://github.com/scala-js/scala-js/blob/244fa5307edd253332b46a97408e198672b387a6/linker/shared/src/main/scala/org/scalajs/linker/frontend/optimizer/OptimizerCore.scala#L1236-…
-
Hey Haoyi, check this out.
Excerpt of SBT settings in my project which depends on upickle:
``` scala
emitSourceMaps in fullOptJS := false,
checkScalaJSIR in fullOptJS := true,
inliningMo…
-
Got this error when compile upickle v0.4.4 with scalajs 0.6.13.
[trace] Stack trace suppressed: run last client/compile:scalaJSIR for the full output.
[error] (client/compile:scalaJSIR) org.scalaj…
-
This is basically [this issue from Stackoverflow](https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported).
```
[error] node:internal/crypto/hash:71
[erro…
-
Here is the full log tested on Ubuntu 18.04 with node 4.1
```
$ node_modules/sbt/bin/sbt run
[info] Loading settings from idea.sbt ...
[info] Loading global plugins from /home/peng/.sbt/1.0/plug…
-
I'm getting OOME's with 10G of memory for `fullLinkJS` and `FewestModules`. About 98% of it is from `org.scalajs.linker.frontend.modulesplitter.Tagger#allPaths`.
Every entry that I looked at in her…
gzm0 updated
6 months ago
-
I seem to be running into issues using upickle 0.2.8 with Scala.js when reading a simple case class. Here is a distilled version of code that consistently yields a failed compileation:
```
package e…
-
I would like to experiment with the new minifier a bit. How can I control if the new minifier or GCC is used?
I find the documentation about `scalaJSLinkerConfig` a bit lacking, esp. when Google of…