neverland
@chenjiahan.bsky.social
๐ค 137
๐ฅ 101
๐ 64
Creator of Rsbuild & Vant. Rstack core team. Building JS tooling at ByteDance.
reposted by
neverland
Rspack
about 17 hours ago
โฐ Rspack 1.7 is coming tomorrow. The last minor release before 2.0.
0
8
1
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`.
2 days ago
0
3
1
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 ๐
5 days ago
1
49
5
reposted by
neverland
Rspack
7 days ago
In the next release, Rspack adds support for the new Import Bytes proposal:
2
18
3
reposted by
neverland
Rspack
11 days ago
From a blog post by the Mews team: "Migrating from Webpack to Rspack completely transformed our frontend developer experience. Builds that once took five minutes now finish in under one, and hot reloads that used to take over ten seconds now feel instant."
1
5
1
JupyterLab switched to Rspack ๐ 5ร build speedup on CI
github.com/jupyterlab/j...
loading . . .
Switch from `webpack` to `rspack` for bundling by jtpio ยท Pull Request #16005 ยท jupyterlab/jupyterlab
References #15035 List of supported webpack plugins: https://www.rspack.dev/plugins/webpack/ Code changes Use rspack instead of webpack for bundling Update various webpack.config.js to rspack....
https://github.com/jupyterlab/jupyterlab/pull/16005
19 days ago
0
7
1
reposted by
neverland
Rspack
22 days ago
Rspack v1.6.7 is out: โจ Support for import.meta.resolve โจ Support for import.meta.dirname โจ Support for import.meta.filename ๐ Relative source map paths ๐ ๏ธ 10 bug fixes
1
4
1
In the next release, Rsbuild adds a new "printFileSize.diff" option to show size changes between the current build and the previous one.
26 days ago
0
7
1
reposted by
neverland
Rspack
27 days ago
Storybook CLI now auto-detects Rsbuild projects and installs deps like storybook-react-rsbuild for you. Huge shoutout to the
@storybook.js.org
team!
0
12
2
reposted by
neverland
Rspack
about 1 month ago
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. ๐
0
7
1
reposted by
neverland
Rspack
about 1 month ago
Rspress v2 RC is live across all Rstack sites. ๐ A few fixes are in progress. The final release will ship once everything is polished.
0
8
1
reposted by
neverland
Rspack
about 2 months ago
10 million monthly downloads. Huge thanks to everyone trusting Rspack. โค๏ธ
0
11
1
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.
about 2 months ago
1
12
1
reposted by
neverland
Rspack
about 2 months ago
In the next release, Rspack's source map generation is 30% faster ๐
0
15
1
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.
2 months ago
0
2
1
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.
add a skeleton here at some point
2 months ago
0
2
0
reposted by
neverland
Rspack
2 months ago
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...
loading . . .
Announcing Rspack 1.6 - Rspack
Fast Rust-based web bundler
https://rspack.rs/blog/announcing-1-6
0
12
3
reposted by
neverland
Rspack
2 months ago
Rspack 1.6 drops tomorrow ๐
0
7
1
๐ 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
2 months ago
1
11
2
reposted by
neverland
Rspack
2 months ago
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
2
37
5
reposted by
neverland
River ยท ShenQingchuan ๐ฆ
2 months ago
Here we are ~ โค๏ธ๐ ๐ฑ Vue Vine has further enhanced support for the Rsbuild plugin, hoping that users of Rsstack will enjoy using it ~
@rspack.dev
0
4
2
reposted by
neverland
Rob Palmer
2 months ago
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...
loading . . .
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).
https://github.com/web-infra-dev/rspack/pull/11871
0
32
2
In the next release, @rspack/cli is 40โ60 ms faster:
3 months ago
1
10
1
reposted by
neverland
Rspack
3 months ago
๐ 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
1
11
1
reposted by
neverland
sawyer
3 months ago
Replaced our frontend bundling tooling at work with rspack and bun and Im seeing a 70x speedup in builds. Good lord.
1
8
2
Rsbuild dev server got a small boost: โก๏ธ Startup 10-20 ms faster โก๏ธ HMR 5-10 ms faster
3 months ago
0
15
1
reposted by
neverland
Filippo Valsorda
3 months ago
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...
loading . . .
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.
https://words.filippo.io/compromise-survey/
4
63
23
reposted by
neverland
Rspack
3 months ago
Rsbuild spotted at React Conf ๐โจ
0
14
1
reposted by
neverland
Rspack
3 months ago
The Rspack team is off for a week ๐ด See you soon โ weโll return refreshed and start shaping Rspack 2.0 ๐ฆ
0
17
1
reposted by
neverland
Rspack
3 months ago
Rsdoctor install size reduced from 22.6 MB โ 15.7 MB in v1.3 โ ~30% smaller & faster installs ๐
1
21
1
In the next release, Rsbuild will forward browser errors to your terminal โ giving your coding agent more context ๐ค
3 months ago
0
9
1
reposted by
neverland
Rspack
3 months ago
Rspack v1.5.7 is out! ๐ Tree shaking now works for destructuring in `.then()` callbacks ๐ก Support preserving JSX in output, commonly used for libraries.
1
15
2
reposted by
neverland
Rspack
3 months ago
Jiti is now bundled with Rspack/SWCโ smaller bundle size & faster. Since Rsbuild relies on Jiti for config loading, this also benefits our users. ๐ฅณ
1
10
3
reposted by
neverland
Rspack
3 months ago
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....
loading . . .
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.
https://github.com/vercel/next.js/pull/82811
1
9
1
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. ๐
3 months ago
0
4
1
We should make this
4 months ago
0
9
1
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.
4 months ago
0
7
1
reposted by
neverland
Rspack
4 months ago
Rspack v1.5.3 is out! โจ Advanced tree-shaking for dynamic imports ๐ Module Federation support in @rspack/browser ๐ Faster bundle splitting ๐ 11 bug fixes
1
20
1
Just getting started ๐
add a skeleton here at some point
4 months ago
0
3
0
reposted by
neverland
Jacob
4 months ago
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
add a skeleton here at some point
2
16
7
reposted by
neverland
Rspack
4 months ago
Rslib v0.13 introduces tsgo to make declaration generation faster ๐
0
11
1
reposted by
neverland
Rspack
4 months ago
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. ๐
1
26
5
reposted by
neverland
Rspack
4 months ago
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...
add a skeleton here at some point
0
5
2
This is the BEST Rspack release yet, loving it ๐ฅฐ
add a skeleton here at some point
4 months ago
0
5
1
reposted by
neverland
Rspack
4 months ago
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...
loading . . .
Announcing Rspack 1.5 - Rspack
Fast Rust-based web bundler
https://rspack.rs/blog/announcing-1-5
0
37
10
reposted by
neverland
Rspack
4 months ago
Rspack 1.5 coming soon ๐ฆ
0
10
1
reposted by
neverland
Rspack
4 months ago
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.
add a skeleton here at some point
0
26
1
reposted by
neverland
Rspack
4 months ago
Rspack 1.5 will support the "using" declaration. This enables the explicit resource management feature in ECMAScript, making resource cleanup more straightforward โจ
1
16
3
reposted by
neverland
Rob Palmer
5 months ago
As we look forward to TypeScript being ported to Go, it raises the interesting prospect of a new stack of tooling that integrates natively on top of it. ESBuild uses Go, but it is fully separate from TS Go. Whereas Rslint is an example of a new Go-based linter with direct integration ๐ฅ
add a skeleton here at some point
3
27
6
Rslint logo is a little crab holding a ruler, because linter is all about rules ๐
add a skeleton here at some point
5 months ago
0
6
0
Load more
feeds!
log in