Patch Changes
-
Wrap the main-thread assets of an external bundle by their
lynx:main-threadmark 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 withmodule is not defined. (#3807) -
Build an external bundle without a DSL plugin using
pluginLynxalone. It now registers the runtime wrapper and the encoder a bundle needs to be loadable, anddefineExternalBundleRslibConfigfalls back to its own exportedLAYERSwhen no DSL exposes them. (#3814)