pganster

Results 3 issues of pganster

### Versions - vite-plugin-federation: 1.3.2 - vite: 4.0.5 ### Reproduction Essentially I just cloned [your react-vite example](https://github.com/originjs/vite-plugin-federation/tree/main/packages/examples/react-vite) and added the [react-image-gallery library](https://github.com/xiaolin/react-image-gallery/tree/master) in the remote app. When opening the remote...

### Is your feature request related to a problem? Please describe. Currently, it is impossible to fetch a remoteEntry.js from a remote that is hosted on a different authenticated domain...

### Describe the bug According to the [module federation guide](https://module-federation.io/guide/basic/type-prompt.html#federation-runtime-api-type-prompt), `loadRemote` should return the inferred types for the supplied remote, but it doesn't. The returned promise always resolve an `unknown`....