Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callstack-bot/136e6a205619915099d1f09196e5f90c to your computer and use it in GitHub Desktop.
Save callstack-bot/136e6a205619915099d1f09196e5f90c to your computer and use it in GitHub Desktop.
new Repack.plugins.ModuleFederationPlugin({
name: 'host',
shared: {
react: {
...Repack.Federated.SHARED_REACT,
requiredVersion: '17.0.2',
},
'react-native': {
...Repack.Federated.SHARED_REACT_NATIVE,
requiredVersion: '0.68.2',
},
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment