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

latest releases: @lynx-js/offscreen-document@0.1.4, @lynx-js/cache-events-webpack-plugin@0.0.2, @lynx-js/web-constants@0.16.0...
4 months ago

Patch Changes

  • Bump Rsbuild v1.3.17 with Rspack v1.3.9. (#708)

  • Support performance.profile. (#691)

  • Support CLI flag --mode to specify the build mode. (#723)

  • Enable native Rsdoctor plugin by default. (#688)

    Set tools.rsdoctor.experiments.enableNativePlugin to false to use the old JS plugin.

    import { defineConfig } from '@lynx-js/rspeedy'
    
    export default defineConfig({
      tools: {
        rsdoctor: {
          experiments: {
            enableNativePlugin: false,
          },
        },
      },
    })

    See Rsdoctor - 1.0 for more details.

  • Bump Rsbuild v1.3.14 with Rspack v1.3.8. (#630)

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.