- My article “Downsize your JavaScript: Mastering Bundler Optimizations” is out. It covers practical steps to reduce the amount of JavaScript you ship. I also compared 7 bundlers to help you make an informed decision about which one might be best for you. dev.to/filipsobol/d...
- I left some thoughts here: dev.to/yyx990803/co...
- TL;DR: - Rolldown's built-in minify is still WIP and both the perf and compression quality will get a lot better in the future - Rolldown's minifier implementation is intentionally different from esbuild's, in which we sacrifice a bit of perf for better potential cross-module optimizationsDec 18, 2024 03:46
- - Parcel's perf number is from a cached build - It's better to clarify how the numbers are measured and provide a script to do it