Home > @lynx-js/external-bundle-rsbuild-plugin > PluginExternalBundleOptions

PluginExternalBundleOptions type

Options for the external-bundle-rsbuild-plugin.

Signature:

export type PluginExternalBundleOptions = Pick<ExternalsLoadingPluginOptions, 'externals' | 'globalObject'>;

References: ExternalsLoadingPluginOptions