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?
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?