A new RFC for Rspack's barrel file optimization ๐
github.com/web-infra-de...
@rspack.dev.bsky.social
Rstack is a lightning-fast JavaScript toolchain that includes Rspack, Rsbuild, Rslib, Rspress, Rsdoctor, and Rstest.
A new RFC for Rspack's barrel file optimization ๐
github.com/web-infra-de...
Spent the day migrating all Rsbuild npm packages to npm's new trusted publishing feature. Simple setup, no more long-lived tokens needed. Love it! ๐ฅฐ
04.08.2025 15:17 โ ๐ 9 ๐ 1 ๐ฌ 1 ๐ 2The REPL is still in its early stages, but you can already try it out: repl.rspack.rs
GitHub repo: github.com/rspack-contr...
We're building an Rspack REPL powered by @rspack/browser. Try out Rspack builds in your browser and easily share results with the community.
04.08.2025 09:40 โ ๐ 7 ๐ 1 ๐ฌ 2 ๐ 1What is a barrel file: vercel.com/blog/how-we-...
01.08.2025 10:08 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Rspack v1.5 will introduce an experimental optimization that skips building unused reexports in side-effect-free barrel files.
This reduces the build time of `import { Button } from 'antd'` from 528ms to 82ms.
Full changelog: github.com/web-infra-de...
31.07.2025 09:59 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Rspack v1.4.11 is out:
โก๏ธ 12 perf improvements
๐ 14 bug fixes
We're starting work on v1.5.0 โ stay tuned ๐
One of our community partners replaced webpack with Rspack in a popular web framework in China. Here are the benefits reported by users:
- 5x faster dev, build, and HMR
- 1.1MB smaller bundles
@rspack/browser is cooking ๐ณ๐งโ๐ณ
28.07.2025 07:53 โ ๐ 10 ๐ 1 ๐ฌ 1 ๐ 0Rsbuild's next release will reduce startup time by ~25ms ๐ฅณ
25.07.2025 09:26 โ ๐ 8 ๐ 1 ๐ฌ 1 ๐ 0Release note: github.com/web-infra-de...
24.07.2025 08:40 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Rspack v1.4.10 is here:
โจ 30% smaller Wasm bundle (38.9MB โ 27.2MB)
โก 4x faster tree shaking analysis in large projects
Respect for everything the Rspack team has been doing the past year and a half. If you're interested in the Rspack/Rsbuild ecosystem, check out the Awesome Rspack repo for links to great resources courtesy of @rspack.dev.
github.com/web-infra-de...
Rspack v1.4.9 is out: ๐
We optimized Rust dependencies and build flags, reducing install size across all platforms. More size improvements are coming soon. ๐
In the next release, Rspack will be able to emit errors for duplicate ESM exports:
21.07.2025 23:02 โ ๐ 6 ๐ 1 ๐ฌ 0 ๐ 0๐ Rspack v1.4.8 is out!
We've implemented a Rust watcher to replace the original watchpack package, making HMR ~10% faster.
Combined with lazy compilation for lightning-fast dev experience โก
While investigating @rspack.dev performance in Next.js, SyMind found a simple opportunity to add caching that speeds up webpack >6%! github.com/vercel/next....
An awesome contribution for those still stuck on webpack.
Details: codspeed.io/swc-project/...
15.07.2025 03:47 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0And in other cases we saw even bigger gains: ๐
15.07.2025 03:45 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0๐ SWC parser just got 12-14% faster in the past 2 weeks! Our team contributed 30+ PRs and we're just getting started ๐ช
15.07.2025 03:44 โ ๐ 13 ๐ 1 ๐ฌ 2 ๐ 0We wrote a blog sharing some findings from our binary size optimization journey - exploring efficient ways to embed large string HashMaps statically in programs: github.com/orgs/web-inf...
07.07.2025 13:34 โ ๐ 7 ๐ 2 ๐ฌ 0 ๐ 0๐ฆ Rust continues to reshape #JavaScript frontend tooling. Browserslist-rs just got a major performance optimization: internal data is now mostly static, cutting over 1MB from WASM builds and lowering memory usage.
โจ Full story โ socket.dev/blog/browser... h/t @rspack.dev
We'll have a blog post covering this optimization soon. ๐
You can also check out the PR to learn more:
github.com/browserslist...
Our team member contributed to browserslist-rs, making data static to reduce memory usage and binary size.
This benefits all dependent tools like Rspack, SWC, Turbopack, and LightningCSS. Rspack's binary size was reduced by 1.64MB. ๐
Rspack & Rsbuild 1.4 is out! ๐
๐ Running in the browser
โก๏ธ Smaller bundles
โก๏ธ Incremental build by default
๐ช New CssChunkingPlugin
๐ฆ Lots of Rstack progress
rspack.dev/blog/announc...
Related PR: github.com/swc-project/...
18.06.2025 13:46 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0Our team member just contributed a PR to SWC with 3-8% parser perf gains ๐
SWC parser is now 30% faster than a few months ago ๐