neverland
@chenjiahan.bsky.social
120 followers 90 following 51 posts
Developer @ByteDanceTalk, project lead of Rsbuild / Vant. Working on @rspack.dev (Rspack, Rsbuild, Rspress, Rsdoctor, Rslib, Rstest, Rslint).
Posts Media Videos Starter Packs
chenjiahan.bsky.social
Rsbuild dev server got a small boost:
⚡️ Startup 10-20 ms faster
⚡️ HMR 5-10 ms faster
Reposted by neverland
filippo.abyssdomain.expert
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
Reposted by neverland
rspack.dev
Rsbuild spotted at React Conf 👀✨
Reposted by neverland
rspack.dev
The Rspack team is off for a week 🌴

See you soon — we’ll return refreshed and start shaping Rspack 2.0 🦀
Reposted by neverland
rspack.dev
Rsdoctor install size reduced from 22.6 MB → 15.7 MB in v1.3 — ~30% smaller & faster installs 🚀
chenjiahan.bsky.social
In the next release, Rsbuild will forward browser errors to your terminal — giving your coding agent more context 🤖
Reposted by neverland
rspack.dev
Rspack v1.5.7 is out!

🍃 Tree shaking now works for destructuring in `.then()` callbacks
💡 Support preserving JSX in output, commonly used for libraries.
Reposted by neverland
rspack.dev
Jiti is now bundled with Rspack/SWC— smaller bundle size & faster.

Since Rsbuild relies on Jiti for config loading, this also benefits our users. 🥳
chenjiahan.bsky.social
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. 😅
chenjiahan.bsky.social
Tried out Rslib with tsgo… my package builds got 2.5x faster 🔥

Now I work with tsgo locally, but CI runs on TypeScript 5.x — more stable that way.
Reposted by neverland
rspack.dev
Rspack @rspack.dev · Sep 10
Rspack v1.5.3 is out!

✨ Advanced tree-shaking for dynamic imports
🌐 Module Federation support in @rspack/browser
🚀 Faster bundle splitting
🐞 11 bug fixes
chenjiahan.bsky.social
Nice try! We'll check out this playground and see if we can bring more out-of-the-box RSC support to Rspack/Rsbuild. And if you bump into anything, just let us know 😄
chenjiahan.bsky.social
Just getting started 🎉
rspack.dev
Rspack @rspack.dev · Sep 9
Over 2M weekly downloads. Thanks for packing with us! 🦀
Reposted by neverland
ebey.dev
Jacob @ebey.dev · Sep 9
This is a collection of @rspack.dev and RSBuild plugins rolled up into a single rsbuild plugin to enable running of @reactrouter.com's RSC mode in RSBuild.

It supports
- `import with { env: "react-server" }`
- `use client`
- `use server`

It needs
- code splitting
- action encryption
- css handling
Reposted by neverland
rspack.dev
Rspack @rspack.dev · Sep 9
Rslib v0.13 introduces tsgo to make declaration generation faster 🚀
Reposted by neverland
rspack.dev
Rspack @rspack.dev · Sep 5
In the next release, Rspack ships advanced tree-shaking for dynamic imports via member expression analysis.

We've also contributed this optimization to webpack — pushing the ecosystem forward. 🚀
Reposted by neverland
rspack.dev
Rspack @rspack.dev · Sep 2
Great benchmark! We're continuously optimizing Rspack for faster builds and smaller bundle sizes.

It's worth noting that webpack/Rspack produce larger bundles in this case due to different handling of dynamic require() in moment.js, see github.com/filipsobol/b...
chenjiahan.bsky.social
This is the BEST Rspack release yet, loving it 🥰
rspack.dev
Rspack @rspack.dev · Aug 26
Rspack v1.5.0 is out! 🎉

⚡️ Barrel file optimization
⚡️ Faster file system watcher
⚡️ Smaller installation size
💪 Extending Rspack with Rust
💪 Type re-export analysis

And many exciting new features...

Read more in our blog:
rspack.rs/blog/announc...
Announcing Rspack 1.5 - Rspack
Fast Rust-based web bundler
rspack.rs
Reposted by neverland
rspack.dev
Rspack @rspack.dev · Aug 26
Rspack v1.5.0 is out! 🎉

⚡️ Barrel file optimization
⚡️ Faster file system watcher
⚡️ Smaller installation size
💪 Extending Rspack with Rust
💪 Type re-export analysis

And many exciting new features...

Read more in our blog:
rspack.rs/blog/announc...
Announcing Rspack 1.5 - Rspack
Fast Rust-based web bundler
rspack.rs
Reposted by neverland
rspack.dev
Rspack @rspack.dev · Aug 25
Rspack 1.5 coming soon 🦀
Reposted by neverland
rspack.dev
Rspack @rspack.dev · Aug 20
Congratulations to the MDN team on this amazing launch 🎉

We're thrilled to see MDN's new front end is now powered by Rspack. It's exciting to see our bundler helping deliver an exceptional experience to millions of developers worldwide.
Reposted by neverland
rspack.dev
Rspack @rspack.dev · Aug 18
Rspack 1.5 will support the "using" declaration.

This enables the explicit resource management feature in ECMAScript, making resource cleanup more straightforward ✨