In the next release, Rspack will generate a more compact module factory format that trims the wrapper function.
Benchmarks show this reduces bundle size by about 1% before gzip, though the effect after gzip is minimal. ๐
@chenjiahan.bsky.social
Developer @ByteDanceTalk, project lead of Rsbuild / Vant. Working on @rspack.dev (Rspack, Rsbuild, Rspress, Rsdoctor, Rslib, Rstest, Rslint).
In the next release, Rspack will generate a more compact module factory format that trims the wrapper function.
Benchmarks show this reduces bundle size by about 1% before gzip, though the effect after gzip is minimal. ๐
Rspress v2 RC is live across all Rstack sites. ๐
A few fixes are in progress. The final release will ship once everything is polished.
Haven't seen any attempts yet, but it would be really interesting!
12.11.2025 07:16 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 010 million monthly downloads. Huge thanks to everyone trusting Rspack. โค๏ธ
12.11.2025 07:12 โ ๐ 11 ๐ 1 ๐ฌ 0 ๐ 0Rspack has tons of complex tests. We just migrated from Jest to Rstest and saw about a 30% speed boost. โก๏ธ
If youโve been thinking about trying Rstest, now might be a good time to give it a shot.
In the next release, Rspack's source map generation is 30% faster ๐
03.11.2025 23:57 โ ๐ 15 ๐ 1 ๐ฌ 0 ๐ 0create-rsbuild now automatically generates an AGENTS.md file to help coding agents develop better. ๐ค
Still early, but we'll keep improving it and bring AGENTS.md to all Rstack scaffolds soon.
The next step is to kick off Rspack 2.0. ๐ฆ Some of its upcoming changes will be available early in Rspack 1.7 via feature flags.
30.10.2025 11:55 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Announcing Rspack & Rsbuild 1.6 ๐ฆ
๐ฟ Support for import defer
๐ฟ Enhanced tree shaking
๐ Barrel optimization by default
๐ Performance improvements
๐ฆ Improved ESM output
๐ฆ Forward browser logs
rspack.rs/blog/announc...
Rspack 1.6 drops tomorrow ๐
29.10.2025 14:10 โ ๐ 7 ๐ 1 ๐ฌ 0 ๐ 0โก Enable native watcher for faster HMR
๐ Refined internal structure for better performance
๐ Move toward pure ESM packages
Rspack 2.0 aims to go beyond webpack โ embracing modern standards, performance, and DX. ๐ก Weโd love to hear your ideas and feedback!
๐ Rspack 2.0 roadmap:
๐๏ธ First preview planned for Feb 2026
๐งฉ Refined webpack outputs & APIs โ cleaner and simpler
๐ฆ Better ESM output, with out-of-the-box support via Rsbuild & Rslib
โ๏ธ Built-in RSC support (thanks @parceljs's exploration )
๐พ More stable persistent cache, aiming for default in dev
Yes, thatโs right. preserveModules keeps the same file structure in the output as in your source files, similar to Rollup.
22.10.2025 09:09 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Rspack 1.6.0-beta.1 just dropped:
๐งฉ support for "import defer"
โก builds up to 10% faster
โก CLI startup faster by 50โ70 ms
๐ฆ preserveModules like Rollup
๐ 1.6 stable coming soon
Here we are ~ โค๏ธ๐
๐ฑ Vue Vine has further enhanced support for the Rsbuild plugin, hoping that users of Rsstack will enjoy using it ~
@rspack.dev
An implementation of TC39 Stage 3 Import Defer is being worked on in @rspack.dev by @ahabhgk.bsky.social ๐
This is a performance feature that enables lazy execution of JS modules โก
webpack already has (partial) support, so it makes sense for Rspack to achieve parity.
github.com/web-infra-de...
The main performance boost comes from replacing yargs with cac:
github.com/web-infra-de...
In the next release, @rspack/cli is 40โ60 ms faster:
16.10.2025 10:34 โ ๐ 10 ๐ 1 ๐ฌ 1 ๐ 0๐ Rspack 1.6.0-beta.0 is out!
โจ Improved ESM library output (experimental)
โจ Improved MF runtime plugins
โก Barrel optimization by default
๐บ๏ธ Extract existing source maps
๐งฉ Stabilized layers
๐ 10+ bug fixes
Replaced our frontend bundling tooling at work with rspack and bun and Im seeing a 70x speedup in builds.
Good lord.
Rsbuild dev server got a small boost:
โก๏ธ Startup 10-20 ms faster
โก๏ธ HMR 5-10 ms faster
To implement robust mitigations across Geomys, I did a survey of open source project compromises in 2024/2025.
Three root causes dominate: phishing, control handoff, and unsafe GitHub Actions triggers. All three can be systematically avoided.
words.filippo.io/compromise-s...
Rsbuild spotted at React Conf ๐โจ
08.10.2025 04:37 โ ๐ 14 ๐ 1 ๐ฌ 0 ๐ 0The Rspack team is off for a week ๐ด
See you soon โ weโll return refreshed and start shaping Rspack 2.0 ๐ฆ
Rsdoctor install size reduced from 22.6 MB โ 15.7 MB in v1.3 โ ~30% smaller & faster installs ๐
28.09.2025 06:01 โ ๐ 21 ๐ 1 ๐ฌ 1 ๐ 0In the next release, Rsbuild will forward browser errors to your terminal โ giving your coding agent more context ๐ค
26.09.2025 07:19 โ ๐ 9 ๐ 1 ๐ฌ 0 ๐ 0Rspack v1.5.7 is out!
๐ Tree shaking now works for destructuring in `.then()` callbacks
๐ก Support preserving JSX in output, commonly used for libraries.
Jiti is now bundled with Rspack/SWCโ smaller bundle size & faster.
Since Rsbuild relies on Jiti for config loading, this also benefits our users. ๐ฅณ
Freshly merged: Next.js with custom Rspack binding unlocks 10%+ faster builds. Performance will keep improving as more code is ported to Rust.
github.com/vercel/next....