Skip to content

@lynx-js/lynx-bundle-rslib-config@0.8.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 14:40
ad5a96f

Patch Changes

  • Wrap the main-thread assets of an external bundle by their lynx:main-thread mark instead of a filename pattern derived from the entry name, so an entry named like a path (./App.js) keeps its wrapper and no longer fails with module is not defined. (#3807)

  • Build an external bundle without a DSL plugin using pluginLynx alone. It now registers the runtime wrapper and the encoder a bundle needs to be loadable, and defineExternalBundleRslibConfig falls back to its own exported LAYERS when no DSL exposes them. (#3814)