Thomas

Results 17 comments of Thomas

I noticed this is quite an old request. Is there any progress? Right now we are excluding some configs from our sync that have data specific to staging or prod...

I have a similar issue. I use this in my code: But it's not interpolating, it's just printing $SOURCE_COMMIT

I have a similar issue. My host config: ``` federation({ name: "host", filename: "remoteEntry.js", remotes: { chat: 'chat@http://localhost:5174/mf-manifest.json', }, shared: { react: { singleton: true }, "react-dom": { singleton: true...

I found out that `usedRemotes` in `/.__mf__temp/host/localSharedImportMap.js`is empty when I first start the app. After a hot-reload it is set correctly: ``` const usedRemotes = [ { entryGlobalName: "http://localhost:5174/mf-manifest.json", name:...

I kind of finally found a working setup. The issue seems to be a timing issue. I now re-initialize the federation host using `import { init } from '@module-federation/runtime'` I...

I have somewhat fixed this now for me. Something goes wrong during initialization. The remotes are not loaded. I'm now re-initializing the federation host manually. Since I'm initializing the plugin...

> [@Achder](https://github.com/Achder) , I am getting the same issue and, I am using the vite 7.1.2, i tried to go through all the points you have mentioned but not able...