scalajs-bundler
scalajs-bundler is a module bundler for Scala.js projects that use npm packages: it bundles the .js file emitted by the Scala.js compiler with its npm dependencies into a single .js file executable by Web browsers.
scalajs-bundler uses npm and webpack under the hood.
Last stable version is 0.21.1+36-2d9cbce2-SNAPSHOT:
If you're using sbt-crossproject you need to add plugin via jsConfigure
:
See the getting started page for more details about the setup process.