JSPM

rolldown

1.0.0-beta.9-commit.d91dfb5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1578849
  • Score
    100M100P100Q198676F
  • License MIT

Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.

Package Exports

  • rolldown
  • rolldown/config
  • rolldown/experimental
  • rolldown/filter
  • rolldown/package.json
  • rolldown/parallelPlugin
  • rolldown/parseAst

Readme

Rolldown

Fast Rust-based bundler for JavaScript with Rollup-compatible API

  • ⚡️ Lightning Fast Performance
  • 🔌 Rollup-Compatible APIs
  • ⏩ esbuild Feature Parity

Rolldown is primarily designed to serve as the underlying bundler in Vite, with the goal to replace esbuild and Rollup with one unified build tool. Although designed for Vite, Rolldown is also fully capable of being used as a standalone, general-purpose bundler. It can serve as a drop-in replacement for Rollup in most cases, and can also be used as an esbuild alternative when better chunking control is needed.

Read the Docs to Learn More.