/** * @packageDocumentation * * `@lynx-js/lynx-bundle-rslib-config` is the package that provides the configurations for bundling Lynx bundle with {@link https://rslib.rs/ | Rslib}. */ export { defineExternalBundleRslibConfig, builtInExternalsPresetDefinitions, reactLynxExternalsPreset, DEFAULT_EXTERNAL_BUNDLE_LIB_CONFIG as defaultExternalBundleLibConfig, } from './externalBundleRslibConfig.js'; export type { EncodeOptions, ExternalBundleLibConfig, ExternalObject, Externals, ExternalsPresetDefinition, ExternalsPresetDefinitions, ExternalsPresets, ExternalsPresetValue, OutputConfig, } from './externalBundleRslibConfig.js'; export { ExternalBundleWebpackPlugin } from './webpack/ExternalBundleWebpackPlugin.js'; export type { ExternalBundleWebpackPluginOptions } from './webpack/ExternalBundleWebpackPlugin.js'; export { MainThreadRuntimeWrapperWebpackPlugin } from './webpack/MainThreadRuntimeWrapperWebpackPlugin.js'; export type { MainThreadRuntimeWrapperWebpackPluginOptions } from './webpack/MainThreadRuntimeWrapperWebpackPlugin.js';