You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2022. It is now read-only.
In my project, I am publishing my remoteEntry.js and types to a subfolder:
e.g.
https://mysite/common/remoteEntry.js
and https://mysite/common/@mf-typescript/
But the code here https://github.com/module-federation/typescript/blob/main/src/index.js#L53
assumes we only want the origin of the remote.
But we kind of need the origin and any base path. Is it possible to introduce a config for this plugin to add a basepath to all type fetching?