Hadar Geva

Results 2 comments of Hadar Geva

I have the same problem. The config should allow something like that : ``` federation({ name: 'my-federation-entry', filename: 'remoteEntry.js', exposes: { './A': './src/A.tsx', }, shared: ["some-shared-lib" ], externals: { react:...