Skip to content

@lynx-js/externals-loading-webpack-plugin@0.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 03:34
b6b809c

Patch Changes

  • Fix async: true externals with a subpath libraryName (e.g. ['ReactLynx', 'React']) resolving to undefined. The generated promise external now picks all subpath segments after the mounted namespace promise resolves, instead of reading them synchronously off the pending promise. (#2928)