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 5d302e4 commit e35923cCopy full SHA for e35923c
packages/rsbuild-plugin/src/cli/index.ts
@@ -232,10 +232,7 @@ export const pluginModuleFederation = (
232
// adding to include and let SWC transform it
233
config.source.include = [
234
...(config.source.include || []),
235
- /@module-federation\/webpack-bundler-runtime/,
236
- /@module-federation\/runtime/,
237
- /@module-federation\/runtime-core/,
238
- /@module-federation\/sdk/,
+ /@module-federation[\\/]/,
239
];
240
241
return config;
0 commit comments