nx/packages/react/executors.json
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

17 lines
501 B
JSON

{
"builders": {
"mfe-dev-server": {
"implementation": "./src/executors/mfe-dev-server/compat",
"schema": "./src/executors/mfe-dev-server/schema.json",
"description": "Serve an MFE host or remote application."
}
},
"executors": {
"mfe-dev-server": {
"implementation": "./src/executors/mfe-dev-server/mfe-dev-server.impl",
"schema": "./src/executors/mfe-dev-server/schema.json",
"description": "Serve an MFE host or remote application."
}
}
}