Minor Changes
- Upgrade Rsbuild v2.1.4 with Rspack v2.1.3. (#2931)
Patch Changes
-
Use the IPv4 loopback address for development asset URLs when no non-loopback IP address is available. (#2973)
-
Fix dev server host resolution for generated asset prefixes. (#2935)
Rspeedy now falls back from IPv4 to IPv6 when resolving the default dev host, keeps the configured server host when no local IP is found, and applies
server.hostupdates from other plugins to the final dev asset prefix. -
Expose Lynx bundle routes to preview server hooks. (#2930)
onAfterStartPreviewServernow receives the same Lynx bundle route entries asonAfterStartDevServer, so plugins can discover preview bundle entries from theroutesparameter. -
Updated dependencies [
34318ea,fec4237,2b5d83a,dc37d60]:- @lynx-js/cache-events-webpack-plugin@0.2.0
- @lynx-js/chunk-loading-webpack-plugin@0.4.1
- @lynx-js/debug-metadata-rsbuild-plugin@0.2.0
- @lynx-js/web-rsbuild-server-middleware@0.22.2