Patch Changes
-
Introduce
@lynx-js/external-bundle-rsbuild-plugin. (#2006)// lynx.config.ts import { pluginExternalBundle } from '@lynx-js/external-bundle-rsbuild-plugin' import { pluginReactLynx } from '@lynx-js/react-rsbuild-plugin' export default { plugins: [ pluginReactLynx(), pluginExternalBundle({ externals: { lodash: { url: 'http://lodash.lynx.bundle', background: { sectionPath: 'background' }, mainThread: { sectionPath: 'mainThread' }, }, }, }), ], }
-
Updated dependencies [
491c5ef]:- @lynx-js/externals-loading-webpack-plugin@0.0.2