For more details on the PLAID developer experience team’s Rolldown implementation, see the blog post on PLAID's website. TL;DR: PLAID’s server-side bundling dropped 97% during benchmarking after switching from Rollup + Terser to Rolldown + Oxc-minify Rollup’s single-threaded JS architecture was limiting performance and improvement attempts like caching were ineffective Rolldown’s Rust architecture directly addressed Rollup’s constraints by enabling parallel processing and accelerati...