Skip to content

@lynx-js/react-webpack-plugin@0.11.2

Choose a tag to compare

@github-actions github-actions released this 04 Sep 17:26
· 5 commits to main since this release
cdc6a8c

Patch Changes

  • Move runtime attribute-name configuration to the page-scoped lynx object and (#3718)
    inject it from the host compilation through a standalone webpack plugin. Lazy
    and external bundles reuse the host-injected configuration without applying
    the plugin themselves. The runtime-config webpack plugin is published through
    its own DSL-neutral package entry and accepts arbitrary runtime configuration
    keys without depending on ReactLynx. The merged top-level configuration is
    shallow-frozen to prevent accidental mutation after host initialization.
  • BREAKING CHANGE: Require @lynx-js/rspeedy ^0.17.0 in the plugins that read the build engine config through Symbol.for('@lynx-js/rsbuild-plugin:config'), since the engine that ships with 0.16 does not expose it. The plugins that do not touch the engine keep their existing range and add ^0.17.0 to it. (#3682)
  • Updated dependencies [76126fc]:
    • @lynx-js/webpack-runtime-globals@0.0.8