- f6691e1: Enable Rspack HMR for ESM server outputs by not forcing
dev.hmr=falsein the React Router plugin. - 4b933d0: Use
@remix-run/node-fetch-serverfor the built-in dev server middleware to reduce direct reliance on@mjackson/node-fetch-server.
- 3c6d368: Bring Rsbuild plugin behavior closer to React Router's official Vite plugin.
- Add React Router config resolution + validations/warnings for closer framework parity
- Add split route modules (route chunk entrypoints) including enforce mode validation
- Improve
.clientmodule stubbing on the server (includingexport *re-exports) - Improve manifest generation: stable fingerprinted build manifests, bundle-specific server manifests, and optional Subresource Integrity (
future.unstable_subResourceIntegrity) - Improve Module Federation support by relying on Rspack
experiments.asyncStartup(without overriding explicit CommonJS server output)
- 797b401: Fix: Correctly expose routeDiscovery configuration for React Router v7 in Rspack builds.
- 88b052d: do not set target when output is esm
- 8928f7b: search for routes file with any extention
- 8928f7b: support multiple extentions for routes file, like js,ts,jsx etc
- 53722e4: remove logs from module proxy
- 2aa8f3e: Support React Router