← Graph

esbuild

tool 3 connections

JavaScript bundler used in the talk via the jsbundling-for-rails script pattern. A `build.js` invokes esbuild to bundle everything under the engine's `app/javascript` into `public/admin-assets/` at gem build time, so the host application doesn't need Node.js at deploy.

category
tool
related_to
esbuild tool
jsbundling-rails supports esbuild as one of its bundler backends.
related_to
esbuild tool
esbuild compiles JavaScript as part of the build-time asset pipeline.
tool Avo
uses
esbuild tool
Avo's engine uses esbuild to pre-compile JavaScript at gem build time.

Provenance

Read by
16 extractions