Update: reduced @rspack/dev-server deps from 193 β 8, install size from 14.9 MB β 4.1 MB.
npm supply chain attacks keep happening and keeping deps minimal makes me feel safer.
Posts by Rspack
openpack logo
π¦Rspack is introducing AI Mode. We call it ββ Openpack. β¨π€
Check out the generated themes in the video π
π€ rspress-theme-clarity: github.com/SoonIter/rsp...
πΆ rspress-theme-noir: github.com/SoonIter/rsp...
π Introducing rspress-custom-theme skill
π¨ One prompt β a fully themed docs site + custom homepage
β‘ Generated in seconds, ready to use
Try it outπ
```bash
npx skills add rstackjs/agent-skills --skill rspress-custom-theme
```
Learn more π¦
π github.com/rstackjs/age...
π rspress.rs/guide/start/ai
Some recent Rspack benchmark trends.
Rspack 2.0 work is helping improve performance steadilyβ‘οΈ
- Upgrade to Rspack v2: v2.rspack.rs/guide/migrat...
- Upgrade to Rsbuild v2: v2.rsbuild.rs/guide/upgrad...
Weβre getting close β³
Rspack 2.0 and Rsbuild 2.0 are landing next month.
Beta is already out. give it a try and share your early feedback with us.
Rstack could offer a unified toolchain experience similar to Vite Plus as well, and huge respect to the Vite Plus team for exploring that direction.
We havenβt pursued that path for now, mainly because we worry about a few tradeoffs:
New doc added: Rspack + AI π€: rspack.rs/guide/start/ai
Learn how to use coding agents to set up and work with Rspack projects more efficiently.
Working on modernizing Rspack dev server.
No longer tied to webpack-dev-server compatibility. Dependencies are updated and unnecessary ones removed.
Early progress:
π Direct deps: 28 β 9
π Transitive deps: 193 β 76
π Install size: 14.9MB -> 9.9MB
Rspack just hit 4M weekly downloads.
Vibe coding is helping dev tools grow faster. π
0β1M: 750d
1β2M: 160d
2β3M: 140d
3β4M: 40d
Introducing Rstack Agent Skills:
- rspack-best-practices
- rspack-v2-upgrade
- rspack-debugging
- rsbuild-best-practices
- rspress-v2-upgrade
- rsdoctor-analysis
- migrate-to-rsbuild
- migrate-to-rstest
- more...
github.com/rstackjs/age...
Great to see Tailwind CSS shipping an official @tailwindcss/webpack package π
Itβs implemented as a webpack loader, which means it works in Rspack and Turbopack as well.
Big shoutout to @timneutkens.bsky.social for making this happen π
Smaller Module Federation bundles are here!
Rspack 2.0 supports tree-shaking for shared code π₯
Nice! Also remember to like @rspack.dev on @npmx.dev! π I got the first like! Again thanks for your great work!
Rsbuild 2.0 beta cuts dependencies from 13 β 4, MF runtime is now an optional peer dependency β¨
Meteor.js 3.4 with @rspack.dev is out! π
4x faster builds. 50% smaller bundles. Tree shaking, full ESM support, and HMR.
Watch the release video!
www.youtube.com/watch?v=qq_F...
@meteor.com
π Rspress 2.0 just dropped!
β¨ A brand-new, readability-first theme
π€ AI-native: built-in `llms.txt` & SSG-MD generation
β‘ Instant dev startup with lazyCompilation and persistentCache
π¨ Shiki code highlighting with transformers
Read moreπ rspress.rs/blog/rspress-v2
Rspack + RSC is now prototyped in the 2.0 alpha. We're continuing to iterate on stability and docs π§
In Rsbuild 2.0.0-alpha.0, install size is 2.3 MB smaller by removing the CJS build and making core-js optional.
We'll keep trimming it down βοΈ
Rstack Q1 roadmap π‘
β’ Rspack 2.0 beta
β’ Rsbuild 2.0 beta
β’ Rspress 2.0 stable
β’ Rstack Skills
β’ RSC support
β’ Rstest browser mode
β’ Faster persistent cache
β’ ESLint compatibility in Rslint
β’ Tree-shaking analysis in Rsdoctor
Rspack and Rsbuild core packages are now pure ESM.
Already merged, will be released in v2 π
We just added @tailwindcss.com as an optional tool in create-rsbuild β€οΈ
Rstest β SWC core π
2.3s β1.7s (35% faster than Jest)
Rspack 1.7 is out π
The final minor release of the 1.x series, focused on stability and polish.
Next stop. Rspack 2.0 in 2026 π¦
rspack.rs/blog/announc...
β° Rspack 1.7 is coming tomorrow.
The last minor release before 2.0.
In the next release, Rsbuild's error overlay can now show runtime errors.
When your app throws at runtime, the error appears instantly in the overlay, helping you locate problems sooner.
Opt in using `dev.client.overlay.runtime = true`.
The SWC parser is now 65% faster than 6 months ago and 104% faster than a year agoπ
Huge kudos to @kdy1.bsky.social and @c_punisher π