module-federation-examples
module-federation-examples copied to clipboard
Implementation examples of module federation , by the creators of module federation
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@remix-run/dev](https://remix.run) ([source](https://togithub.com/remix-run/remix/tree/HEAD/packages/remix-dev)) | devDependencies | minor | [`2.8.1` -> `2.9.2`](https://renovatebot.com/diffs/npm/@remix-run%2fdev/2.8.1/2.9.2) | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@modern-js/eslint-config](https://modernjs.dev) ([source](https://togithub.com/web-infra-dev/modern.js/tree/HEAD/packages/review/eslint-config)) | devDependencies | patch | [`2.49.3` -> `2.49.4`](https://renovatebot.com/diffs/npm/@modern-js%2feslint-config/2.49.3/2.49.4) | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@modern-js/app-tools](https://modernjs.dev) ([source](https://togithub.com/web-infra-dev/modern.js/tree/HEAD/packages/solutions/app-tools)) | devDependencies | patch | [`2.49.3` -> `2.49.4`](https://renovatebot.com/diffs/npm/@modern-js%2fapp-tools/2.49.3/2.49.4) | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@modern-js-app/eslint-config](https://modernjs.dev) ([source](https://togithub.com/web-infra-dev/modern.js/tree/HEAD/packages/review/eslint-config-app)) | devDependencies | patch | [`2.49.3` -> `2.49.4`](https://renovatebot.com/diffs/npm/@modern-js-app%2feslint-config/2.49.3/2.49.4) | --- ###...
Does it work with the Next 14 App router and if so what changes should be made in this example? Thanks!
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@rspack/dev-server](https://rspack.dev) ([source](https://togithub.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-dev-server)) | devDependencies | minor | [`0.5.0` -> `0.6.5`](https://renovatebot.com/diffs/npm/@rspack%2fdev-server/0.5.0/0.6.5) | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [js-sys](https://rustwasm.github.io/wasm-bindgen/) ([source](https://togithub.com/rustwasm/wasm-bindgen/tree/HEAD/crates/js-sys)) | dev-dependencies | patch | `0.3.22` -> `0.3.50` | | [wasm-bindgen](https://rustwasm.github.io/)...
I have checked css-isolation example where i run app2 (isolated app) in webpack it works as it should, but when i run it using rspack serve it does not. i...
Hi @ScriptedAlchemy, Shell app using Angular v16, MFE using Angular v15.. MFE has routing module with forRoot(): `@NgModule({ imports: [RouterModule.forRoot(routes)], exports: [RouterModule] }) export class AppRoutingModule { }` This module...