3 projects
esbuild is a high-performance JavaScript/TypeScript/CSS bundler and minifier written in Go, designed to be 10-100x faster than traditional web build tools. It offers a unified CLI, JS, and Go API with built-in support for ESM/CommonJS, JSX, tree shaking, source maps, and plugins.
Snowpack is an ESM-first frontend build tool that leverages native JavaScript modules in the browser to deliver near-instant, unbundled development. Rather than rebuilding entire bundles on each change, it builds each file once and caches it, only rebuilding what changes.
Microbundle is a zero-configuration bundler for small JavaScript and TypeScript libraries, built on Rollup. It reads your package.json and emits optimized CJS, UMD, ESM, and modern ES2017 bundles with Babel transpilation, Terser minification, and TypeScript typings out of the box.