neverland
chenjiahan.bsky.social
neverland
@chenjiahan.bsky.social
Developer @ByteDanceTalk, project lead of Rsbuild / Vant.

Working on @rspack.dev (Rspack, Rsbuild, Rspress, Rsdoctor, Rslib, Rstest, Rslint).
Reposted by neverland
10 million monthly downloads. Huge thanks to everyone trusting Rspack. ❤️
November 12, 2025 at 7:12 AM
Rspack 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.
November 11, 2025 at 9:28 AM
Reposted by neverland
In the next release, Rspack's source map generation is 30% faster 🚀
November 3, 2025 at 11:57 PM
create-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.
October 31, 2025 at 10:10 AM
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.
Announcing 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...
Announcing Rspack 1.6 - Rspack
Fast Rust-based web bundler
rspack.rs
October 30, 2025 at 11:55 AM
Reposted by neverland
Announcing 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...
Announcing Rspack 1.6 - Rspack
Fast Rust-based web bundler
rspack.rs
October 30, 2025 at 11:09 AM
Reposted by neverland
Rspack 1.6 drops tomorrow 🚀
October 29, 2025 at 2:10 PM
🚀 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
October 23, 2025 at 9:25 AM
Reposted by neverland
Rspack 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
October 22, 2025 at 8:59 AM
Reposted by neverland
Here we are ~ ❤️🎉
🌱 Vue Vine has further enhanced support for the Rsbuild plugin, hoping that users of Rsstack will enjoy using it ~
@rspack.dev
October 17, 2025 at 3:09 AM
Reposted by neverland
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...
feat: support defer import by ahabhgk · Pull Request #11871 · web-infra-dev/rspack
Summary WIP Related links [Feature]: Support for Deferring Module Evaluation (import defer) #10608 Checklist Tests updated (or not required). Documentation updated (or not required).
github.com
October 17, 2025 at 7:10 AM
In the next release, @rspack/cli is 40–60 ms faster:
October 16, 2025 at 10:34 AM
Reposted by neverland
🚀 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
October 15, 2025 at 7:49 AM
Reposted by neverland
Replaced our frontend bundling tooling at work with rspack and bun and Im seeing a 70x speedup in builds.

Good lord.
October 7, 2025 at 5:51 PM
Rsbuild dev server got a small boost:
⚡️ Startup 10-20 ms faster
⚡️ HMR 5-10 ms faster
October 11, 2025 at 8:58 AM
Reposted by neverland
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...
A Retrospective Survey of 2024/2025 Open Source Supply Chain Compromises
Project compromises have common root causes we can mitigate: phishing, control handoff, and unsafe GitHub Actions triggers.
words.filippo.io
October 10, 2025 at 2:34 PM
Reposted by neverland
Rsbuild spotted at React Conf 👀✨
October 8, 2025 at 4:37 AM
Reposted by neverland
The Rspack team is off for a week 🌴

See you soon — we’ll return refreshed and start shaping Rspack 2.0 🦀
October 1, 2025 at 3:59 AM
Reposted by neverland
Rsdoctor install size reduced from 22.6 MB → 15.7 MB in v1.3 — ~30% smaller & faster installs 🚀
September 28, 2025 at 6:01 AM
In the next release, Rsbuild will forward browser errors to your terminal — giving your coding agent more context 🤖
September 26, 2025 at 7:19 AM
Reposted by neverland
Rspack v1.5.7 is out!

🍃 Tree shaking now works for destructuring in `.then()` callbacks
💡 Support preserving JSX in output, commonly used for libraries.
September 24, 2025 at 7:38 AM
Reposted by neverland
Jiti is now bundled with Rspack/SWC— smaller bundle size & faster.

Since Rsbuild relies on Jiti for config loading, this also benefits our users. 🥳
September 22, 2025 at 1:34 PM
Reposted by neverland
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....
feat: next-rspack-binding by SyMind · Pull Request #82811 · vercel/next.js
Added a new rspack directory as an independent Rust and pnpm workspace, dedicated to building Next.js Rspack bindings. It shares code with Turbopack through the next-taskless crate.
github.com
September 19, 2025 at 8:59 AM
Rslib v0.13.3 is ~100ms faster from a tiny change:

Swapping import "typescript" with require('typescript').

It skips Node's cjs-module-lexer overhead. 😅
September 17, 2025 at 10:39 AM
We should make this
September 16, 2025 at 1:26 PM