Skip to content

Commit

Permalink
Merge branch 'main' into publint
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy authored Jan 1, 2025
2 parents 8bdb94b + 60a4b28 commit 94cfa3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website-new/docs/en/guide/start/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Module Federation is an architectural pattern for the decentralization of JavaSc

Module Federation has the following features:

- ⚡ Code sharingDependency reuse
- ⚡ Code sharing, Dependency reuse
- 📝 Manifest
- 🎨 [Module Federation Runtime](../basic/runtime.mdx)
- 🧩 [Runtime Plugins System](../../plugin/dev/index.mdx)
Expand Down
2 changes: 2 additions & 0 deletions packages/rsbuild-plugin/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import logger from '../logger';
type ModuleFederationOptions =
moduleFederationPlugin.ModuleFederationPluginOptions;

export type { ModuleFederationOptions };

const RSBUILD_PLUGIN_MODULE_FEDERATION_NAME =
'rsbuild:module-federation-enhanced';
const RSPACK_PLUGIN_MODULE_FEDERATION_NAME = 'module-federation';
Expand Down

0 comments on commit 94cfa3f

Please sign in to comment.