
Stop Fighting Your Build Config: Building Modular Libraries the Easy Way
If you've ever tried to build a library that exports individual components—think @acme/ui/button or...
Apr 11, 20262 min read0 reactions0 comments
Tag archive

If you've ever tried to build a library that exports individual components—think @acme/ui/button or...
Vite uses esbuild for dev and Rollup for production. That split causes subtle bugs. Rolldown fixes it...
Vite currently uses esbuild for dev and Rollup for production. Rolldown will replace both with one...
Your bundler, linter, transpiler, and minifier are all being rewritten in Rust. Here's what's happening, why it matters, and how to migrate before you're left behind.
While browsing GitHub issues, I found an interesting issue related to the TSdown project. At first, I...