Skip to content

Commit 60a4b28

Browse files
fix(rsbuild-plugin): export type ModuleFederationOptions (#3414)
Co-authored-by: Zack Jackson <[email protected]>
1 parent c4c8c46 commit 60a4b28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/rsbuild-plugin/src/cli/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ import logger from '../logger';
1818
type ModuleFederationOptions =
1919
moduleFederationPlugin.ModuleFederationPluginOptions;
2020

21+
export type { ModuleFederationOptions };
22+
2123
const RSBUILD_PLUGIN_MODULE_FEDERATION_NAME =
2224
'rsbuild:module-federation-enhanced';
2325
const RSPACK_PLUGIN_MODULE_FEDERATION_NAME = 'module-federation';

0 commit comments

Comments
 (0)