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
The Native Federation config file is expected to be federation.config.ts at all times, but it would be helpful to be able to specify a different file to use for different Angular build configurations, such as having a production build use federation-prod.config.ts.
Describe any alternatives/workarounds you're currently using
No current workaround. This is a blocker for my transition from Module Federation to Native Federation (among other blockers).
I would be willing to submit a PR to fix this issue