-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mfe): support MFE config v2 (#9471)
### Description Add support for MFE v2 configuration to `turbo` along with supporting multiple default configuration file names. A few highlights of this PR: - Generalize MFE config interface to support multiple schemas - Add support for MFE v2 schema - Refactor MFE configuration loading by `turbo` so it can be unit tested - Rename of any casing permutation to `Microfrontends` Reviewing each commit individually should be helpful as I did code moves to ensure that we follow `Microfrontends` as the casing scheme throughout the code. ### Testing Instructions Added unit tests for configuration loading. Manual test in a MFE v2 enabled monorepo.
- Loading branch information
1 parent
274a6cf
commit 4a788d9
Showing
18 changed files
with
667 additions
and
177 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.