Closed MadaraUchiha-314 closed 9 months ago
Since we are using the @module-federation/runtime package, we are restricted by the remote types that it supports. Currently the runtime supports only 2 types of remotes esm
and global
. https://github.com/module-federation/universe/blob/cec30634d9f00d31b053e2089e1a6b4365ea59d4/packages/sdk/src/types/stats.ts#L3
module
orimport
remote type.