Minor Changes
- The
reactlynxexternals preset accepts{ async: true }, mounting ReactLynx as an awaited promise so async runtimes can load it viafetchBundle().then(the sync array form readsReact.memoetc. off a pending promise and getsundefined). Externals presets resolve per environment (environmentNameis available in the preset context):lynx/lynx-*environments usereact.lynx.bundle, other environments (e.g.web) use the web-encoded@lynx-js/react-umd/{dev,prod}-webreact.web.bundle—asynconly controls the mount form. (#2934)
Patch Changes
- Updated dependencies [
34318ea]:- @lynx-js/externals-loading-webpack-plugin@0.2.1