| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This example demonstrates a runtime plugin implementation for Module Federation that provides dynamic control over shared module versions. It allows you to deterministically manage and modify shared module versions across federated applications using a control panel interface and localStorage persistence.
A runtime plugin that implements version control for Module Federation. Key features:
Comprehensive E2E tests that verify:
Run pnpm run start. This will build and serve both app1 and app2 on ports 3001 and 3002 respectively.
To run tests in interactive mode:
To run tests in headless mode:
yarn e2e:ciThe control panel allows you to:
The runtime plugin (control-share.ts) handles:
| Back | FazBrowse Home | New Git URL |