github.com/rolldown/bun...
github.com/rolldown/bun...
Tree shaking squint on the server with esbuild
blog.michielborkent.nl/squint-tree-...
#clojure #babashka #squintcljs
Tree shaking squint on the server with esbuild
blog.michielborkent.nl/squint-tree-...
#clojure #babashka #squintcljs
- Rolldown-Vite ecosystem CI (~60% passing)
- Full bundle mode HMR
- Incremental build
- Module Federation (built-in support)
- oxc minifier improvements (built-in, already with better compression ratio than esbuild and 6-9x faster than swc)
- Rolldown-Vite ecosystem CI (~60% passing)
- Full bundle mode HMR
- Incremental build
- Module Federation (built-in support)
- oxc minifier improvements (built-in, already with better compression ratio than esbuild and 6-9x faster than swc)
bun.com/blog/bun-v1.2.…
bun.com/blog/bun-v1.2.…
SvelteKit 3 will require it - giving additional optimizations and functionality. E.g. SvelteKit 3 will use @rolldown.rs hook filters to spend more compilation time in rust and less in JavaScript. And SvelteKit 3 adapters use only rolldown without esbuild
SvelteKit 3 will require it - giving additional optimizations and functionality. E.g. SvelteKit 3 will use @rolldown.rs hook filters to spend more compilation time in rust and less in JavaScript. And SvelteKit 3 adapters use only rolldown without esbuild
gist.github.com/ArnaudBarre/...
gist.github.com/ArnaudBarre/...
It works with @vite.dev, Rollup, esbuild, webpack, and @rspack.bsky.social and is more accurate than some existing tools.
www.npmjs.com/package/sonda
It works with @vite.dev, Rollup, esbuild, webpack, and @rspack.bsky.social and is more accurate than some existing tools.
www.npmjs.com/package/sonda
If you maintain a dev tool that relies on it, please check the semver range allows the new 0.27.x
As a user, `npm ls esbuild` and report any old versions to the packages pulling them in
If you maintain a dev tool that relies on it, please check the semver range allows the new 0.27.x
As a user, `npm ls esbuild` and report any old versions to the packages pulling them in
- esbuild: 22.19s
- Vite (via Rollup): 4.52s
- Rolldown: ⚡️613.43 ms
Try it out yourself on StackBlitz:
stackblitz.com/~/github.com...
- esbuild: 22.19s
- Vite (via Rollup): 4.52s
- Rolldown: ⚡️613.43 ms
Try it out yourself on StackBlitz:
stackblitz.com/~/github.com...
bun build gets a fast native plugin API
Using the same .mdx library to bundle 6 .mdx files:
- Bun's native api: 13.2ms
- Bun's js api: 18ms (1.36x slower)
- Rolldown: 33.5ms (2.5x slower)
- esbuild: 36.1ms (2.7x slower)
bun build gets a fast native plugin API
Using the same .mdx library to bundle 6 .mdx files:
- Bun's native api: 13.2ms
- Bun's js api: 18ms (1.36x slower)
- Rolldown: 33.5ms (2.5x slower)
- esbuild: 36.1ms (2.7x slower)
github.com/rolldown/rol...
Rolldown's core bundling capabilities are largely complete. We are now focusing on robustness (Rollup and esbuild test alignment) and polishing DX (error messages, docs) before planned 1.0 beta by EOY.
github.com/rolldown/rol...
Rolldown's core bundling capabilities are largely complete. We are now focusing on robustness (Rollup and esbuild test alignment) and polishing DX (error messages, docs) before planned 1.0 beta by EOY.
Results from a fresh build with 50 routes and 200 components per route:
Angular w/esbuild = 58 seconds
Angular w/Rolldown+Vite = 48 seconds
🤯
Results from a fresh build with 50 routes and 200 components per route:
Angular w/esbuild = 58 seconds
Angular w/Rolldown+Vite = 48 seconds
🤯
Rolldown is now the way forward for building fast React tooling.
Thanks @evanwallace.bsky.social for inspiring us to make better and faster tooling!
Rolldown is now the way forward for building fast React tooling.
Thanks @evanwallace.bsky.social for inspiring us to make better and faster tooling!
1. Set `autoInstallPeers: false` in `pnpm-workspace.yaml`
2. `pnpm i`
3. Undo no1
4. `pnpm i`
1. Set `autoInstallPeers: false` in `pnpm-workspace.yaml`
2. `pnpm i`
3. Undo no1
4. `pnpm i`