* 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>
8 lines
249 B
TypeScript
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;
|