github lynx-family/lynx-stack @lynx-js/rspeedy@0.14.3

latest releases: @lynx-js/css-extract-webpack-plugin@0.7.1, upgrade-rspeedy@0.14.3, @lynx-js/template-webpack-plugin@0.11.0...
5 hours ago

Patch Changes

  • add a sourceMap.css option to emit CSS sourcemaps. (#2442)

    By default, sourceMap.css is 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

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.