## Current Behavior The logic for the `module-federation-dev-server` and `module-federation-ssr-dev-server` is duplicated across Angular, React and Rspack. The majority of this logic is the same, and the duplication causes an increased maintenance tax. ## Expected Behavior Move the logic into a utility that is exposed from `@nx/module-federation`.
3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
export * from './normalize-options';
|
|
export * from './start-remotes';
|