Replies: 1 comment
-
You can, e.g. put all your exposed widgets in a folder, lets say plugins: [
/* ... */
federation(moduleFederationConfig),
NativeFederationTypeScriptRemote({moduleFederationConfig, tsConfigPath: "tsconfig.mf.json"}),
] tsconfig.mf.json: {
"include": ["src/mf-widgets"],
"references": [{ "path": "./tsconfig.json" }]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder, is it possible to generate only types, that actually used in exposed components? Right now zip seems contains all of the service types, not event directly imported from exposed components.
Beta Was this translation helpful? Give feedback.
All reactions