-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript plugin support #12
Comments
Btw, I came here via this issue: We are trying to find the best way to actually postpone loading the remoteEntry, and other modules that it drags with it, until any module from this remote is actually needed. |
Also have this issue over on the external-remotes-plugin: That plugin is deprecated, right? Is "importRemote" the current recommendation? |
Hi @einarq! I am just seeing this issue. Sorry for the delay. |
Does the importRemote util work with the MF typescript plugin?
Meaning, if you import a React component like this, does it also preserve any types?
The text was updated successfully, but these errors were encountered: