esbuild-scalajs

JSON →
library 0.0.5 ·javascript
verified Jun 4, 2026

An esbuild plugin for Scala.js that integrates the Scala.js build output (JavaScript files) into esbuild bundling. This plugin allows using esbuild to bundle Scala.js projects, replacing or supplementing the default Scala.js linker. Version 0.0.5 is experimental and pre-1.0; releases are sparse. It currently requires an existing Scala.js build (sbt fastOptJS/fullOptJS) and only bundles the resulting JavaScript. Unlike full build tools, it does not compile Scala code directly. The plugin is designed for developers already using Scala.js who want to leverage esbuild's fast bundling, code splitting, and plugin ecosystem. It is not actively maintained.