Skip to content

Commit

Permalink
fix: adding the runtime plugin to rspack (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadaraUchiha-314 authored May 23, 2024
1 parent e1970e7 commit e0d810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/examples/project-a/federation.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const federationconfig = async (bundler) => ({
uuid: {},
redux: {},
},
...(bundler === 'rollup'
...((bundler === 'rollup' || bundler === 'rspack')
? {
runtimePlugins: ['./ExampleRuntimePlugin.js'],
}
Expand Down

0 comments on commit e0d810a

Please sign in to comment.