nx/packages/react/module-federation.ts
Nicholas Cunningham 12f0f195d2
feat(react): add support for MFEs (#9413)
* feat(react): Add MFE  Generator for Host and Remote Apps
Host generator will be able use the mfe-remote generator when remotes are passed into the CLI for the mfe-host command

* docs(react): React Documentation Update

Co-authored-by: Nicholas Cunningham <nico@Nicholass-MacBook-Pro.local>
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-04-04 15:44:18 -04:00

8 lines
249 B
TypeScript

import { withModuleFederation } from './src/mfe/with-module-federation';
export * from './src/mfe/webpack-utils';
export * from './src/mfe/with-module-federation';
export { withModuleFederation as default };
module.exports = withModuleFederation;