enhanced
enhanced copied to clipboard
Enhanced API for Module Federation
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:  В хост приложении регистрирую и подключаю модуль через @module-federation/enhanced/runtime:  I get an error when executing the code:...