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.
source.include
1 parent 0f71cbc commit 3c8bd83Copy full SHA for 3c8bd83
.changeset/sharp-pans-cheer.md
@@ -0,0 +1,5 @@
1
+---
2
+'@module-federation/rsbuild-plugin': patch
3
4
+
5
+fix(rsbuild-plugin): add more MF packages to `source.include`
packages/rsbuild-plugin/src/cli/index.ts
@@ -184,8 +184,7 @@ export const pluginModuleFederation = (
184
// adding to include and let SWC transform it
185
config.source.include = [
186
...(config.source.include || []),
187
- /@module-federation[\\/]sdk/,
188
- /@module-federation[\\/]runtime/,
+ /@module-federation[\\/]/,
189
];
190
191
return config;
0 commit comments