enhanced icon indicating copy to clipboard operation
enhanced copied to clipboard

Enhanced API for Module Federation

Results 14 enhanced issues
Sort by recently updated
recently updated
newest added

I am using the new Module Federation 2.0. However, a security scan ran against my package.json found that @module-federation/enhanced contains @module-federation/dts-plugin, which makes use of [email protected]. The issue was reported...

When importing registerRemotes I get this security warning when building the project. `import { registerRemotes } from "@module-federation/enhanced/runtime"` ``` "@module-federation/enhanced": "^0.8.11", "@module-federation/vite": "^1.2.2", "vite": "^5.2.10" ``` `yarn build` `node_modules/@module-federation/sdk/dist/index.cjs.js (634:77):...

Hello, I am trying to create a new application where I have 2 remotes called remote1 and remote2. I have the host named as app_container. I am trying to use...

In a remote project, I am building a module via @module-federation/vite: ![image](https://github.com/user-attachments/assets/a0763bd8-4bd8-4be5-956b-de1696977539) В хост приложении регистрирую и подключаю модуль через @module-federation/enhanced/runtime: ![image](https://github.com/user-attachments/assets/1f81c309-07c4-480b-ac81-5850d4be1dd4) I get an error when executing the code:...