module-federation-examples
module-federation-examples copied to clipboard
Implementation examples of module federation , by the creators of module federation
I needed this implementation for a project I work on so I decided I could add this as an example here in case someone else needs it. This example will...
In the development environment, if I have multiple remote modules, starting them at the same time is very slow. Since my remote modules are only render under **some route path**(dynamic...
due to cli.isMultipleCompiler breaking change, we must update webpack-cli to 4.10.0 I'm trying to fix the typescript example, but the rest should probably also be fixed
Fixes the typescript example due of missing cli.isMultipleCompiler
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`17.0.17` -> `18.0.6`](https://renovatebot.com/diffs/npm/@types%2freact-dom/17.0.17/18.0.6) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`18.1.0` -> `18.2.0`](https://renovatebot.com/diffs/npm/react/18.1.0/18.2.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@angular-devkit/build-angular](https://togithub.com/angular/angular-cli) | [`13.3.8` -> `13.3.9`](https://renovatebot.com/diffs/npm/@angular-devkit%2fbuild-angular/13.3.8/13.3.9) | [](https://docs.renovatebot.com/merge-confidence/)...
Make nextjs demo app more like a real app - [x] Add any Component library (used [email protected] for home, shop & 4.20.0 for checkout) - [x] Add menu - [x]...
The lock file is missing in some packages such as [`vue2-in-vue3`](https://github.com/module-federation/module-federation-examples/tree/master/vue2-in-vue3). I believe that the answer to my question will be _Yes_, but I'm just not 100% sure.
Well, there are like 80 packages depending on the `"webpack-cli": "4.9.2"` out there, I decided to apply the [fix](https://github.com/webpack/webpack-cli/issues/3294) only to what I have actually tested.