An extremely fast JavaScript and CSS bundler and minifier, written in Rust with Node.js bindings. The current stable version is 0.10.0, with frequent releases and active development. Key differentiators: performance-oriented, supports ESM and CommonJS, TypeScript types included, and a minimal configuration API similar to esbuild. Suitable for production builds and integration into build pipelines.
npm install ezburnNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Bundles and minifies an entry point to a single output file.
Upgrade Node.js to version 18 or later.
Use import syntax or dynamic import().
Use named imports like import { build } from 'ezburn'.Migrate to build() API; see migration guide.
Use import() or change package type to module.
Use named imports: import { build } from 'ezburn'.Use platform: 'node' or platform: 'neutral'.
No dependency data recorded yet.