Patch Changes
-
add a
sourceMap.cssoption to emit CSS sourcemaps. (#2442)By default,
sourceMap.cssis false. You can set it to true to emit CSS sourcemaps.import { defineConfig } from '@lynx-js/rspeedy' export default defineConfig({ output: { sourceMap: { css: true, }, }, })
-
bump rsdoctor to 1.5.6 (#2410)
-
Enable CSS source maps by default in Rspeedy output config. (#2483)
-
Prefer physical routable IPv4 addresses over tunnel and link-local interfaces when resolving the dev host IP for generated preview and bundle URLs. (#2409)
-
Updated dependencies []:
- @lynx-js/web-rsbuild-server-middleware@0.20.3