github lynx-family/lynx-stack @lynx-js/config-rsbuild-plugin@0.0.1

latest releases: @lynx-js/web-elements@0.11.0, @lynx-js/web-constants@0.19.5, @lynx-js/web-worker-runtime@0.19.5...
12 hours ago

Patch Changes

  • Init @lynx-js/config-rsbuild-plugin for configuring Lynx Configs that are not exposed by DSL plugins. (#2052)

    For example:

    // lynx.config.ts
    import { pluginLynxConfig } from '@lynx-js/config-rsbuild-plugin'
    import { defineConfig } from '@lynx-js/rspeedy'
    
    export default defineConfig({
      plugins: [
        pluginLynxConfig({
          enableCheckExposureOptimize: false,
        }),
      ],
    })

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.