Scala.js documentation uses [sbt](https://www.scala-sbt.org/) build tool exclusively (e.g., in https://www.scala-js.org/doc/project/); I think other build tools that support Scala.js should be at least mentioned: - [scala-cli](https://scala-cli.virtuslab.org/install/#scala.js) - [Mill](https://mill-build.org/mill/scalalib/web-examples.html#_scala_js_modules) - [Gradle](https://gradle.org) with [Scala.js / Scala Native plugin](https://github.com/dubinsky/scalajs-gradle) Thank you!