We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c8c46 commit 60a4b28Copy full SHA for 60a4b28
packages/rsbuild-plugin/src/cli/index.ts
@@ -18,6 +18,8 @@ import logger from '../logger';
18
type ModuleFederationOptions =
19
moduleFederationPlugin.ModuleFederationPluginOptions;
20
21
+export type { ModuleFederationOptions };
22
+
23
const RSBUILD_PLUGIN_MODULE_FEDERATION_NAME =
24
'rsbuild:module-federation-enhanced';
25
const RSPACK_PLUGIN_MODULE_FEDERATION_NAME = 'module-federation';
0 commit comments