SYSTEM Cited by 1 source
Rollup¶
Rollup is a JavaScript module bundler, the production bundler inside Vite 7. Plugin API + config shape is the interface Rolldown (Vite 8's Rust-based bundler) is compatible with.
Role on this wiki¶
vinext currently ships with Vite 7 / Rollup as the production bundler pending Rolldown stabilisation — produces the 1.6×-faster / 56 %-smaller-bundle half of the 2026-02-24 benchmark table.
Seen in¶
- sources/2026-02-24-cloudflare-how-we-rebuilt-nextjs-with-ai-in-one-week — canonical wiki instance.
Related¶
- systems/vite — Vite 7 ships Rollup.
- systems/rolldown — Rust-based successor.
- systems/vinext — production consumer.