Patch Changes
-
Add support for Rsbuild client output formats, including module output by default and IIFE output for classic script environments. (#7477)
Client entry scripts and preloads are now represented as root route manifest assets, script preloads follow the manifest script format, and script asset cross-origin configuration uses the
scriptkey. ThetransformAssetsscript callback context now exposes onlykind: 'script'andurl, keeping script format handling internal to manifest rendering. -
Fix Rsbuild server function metadata replay when Rspack restores modules from its persistent cache. (#7477)
Server function metadata is now stored on Rspack module build info and replayed from cached modules before resolver modules are rebuilt, preventing warm restarts from losing server function registrations.
-
Updated dependencies [
51a97a1,51a97a1]:- @tanstack/solid-router@1.170.8
- @tanstack/start-plugin-core@1.171.4
- @tanstack/start-server-core@1.169.3
- @tanstack/solid-start-client@1.168.3
- @tanstack/solid-start-server@1.167.8
- @tanstack/start-client-core@1.170.3