github lynx-family/lynx-stack @lynx-js/externals-loading-webpack-plugin@0.1.1

latest releases: @lynx-js/testing-environment@0.2.0, upgrade-rspeedy@0.14.2, @lynx-js/external-bundle-rsbuild-plugin@0.1.1...
9 hours ago

Patch Changes

  • fix: deduplicate loadScript calls for externals sharing the same (bundle, section) pair (#2465)

    When multiple externals had different libraryName values but pointed to the same
    bundle URL and section path, createLoadExternalSync/createLoadExternalAsync was
    called once per external, causing lynx.loadScript to execute redundantly for the
    same section. Now only the first external in each (url, sectionPath) group triggers
    the load; subsequent externals in the group are assigned the already-loaded result
    directly.

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.