| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-15 | 745 Bytes | |
| v3.7.0 source code.tar.gz | 2026-07-15 | 3.7 MB | |
| v3.7.0 source code.zip | 2026-07-15 | 5.6 MB | |
| Totals: 3 Items | 9.3 MB | 0 | |
What's Changed
New Features 🎉
- feat(builder): add
source.reactCompilerto enable React Compiler via Rspack's built-in SWC implementation in https://github.com/web-infra-dev/modern.js/pull/8763
Bug Fixes 🐞
- fix(runtime): exclude the SSR hydration runtime from CSR bundles in https://github.com/web-infra-dev/modern.js/pull/8762
- fix(runtime): exclude the RSC client runtime from web bundles when
server.rscis disabled in https://github.com/web-infra-dev/modern.js/pull/8762
更新内容
新特性 🎉
- feat(builder): 新增
source.reactCompiler配置,基于 Rspack 内置 SWC 的 Rust 版 React Compiler 提供一键开启能力, 详情可查看 https://github.com/web-infra-dev/modern.js/pull/8763