-
-
Notifications
You must be signed in to change notification settings - Fork 783
Labels
teamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.
Description
System Info
Rspack v1.4.11
Details
Before
rspack.NormalModuleReplacementPlugin work
pluginModuleFederation({
name: 'federation_consumer',
remotes: {
remote1: 'remote1@http://localhost:2001/mf-manifest.json',
},
shared: ['react', 'react-dom'],
}),
After
rspack.NormalModuleReplacementPlugin not work
pluginModuleFederation({
name: 'federation_consumer',
remotes: {
remote1: 'remote1@http://localhost:2001/mf-manifest.json',
},
shared: ['react', 'react-dom', '@arco-design/web-react'],
}),
Reproduce link
Reproduce Steps
- pnpm install
- pnpm run build
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
teamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.