## Current Behavior The current `NxModuleFederationPlugin` does not support SSR ## Expected Behavior The current `NxModuleFederationPlugin` supports SSR
6 lines
464 B
TypeScript
6 lines
464 B
TypeScript
export * from './src/with-module-federation/rspack/with-module-federation';
|
|
export * from './src/with-module-federation/rspack/with-module-federation-ssr';
|
|
export * from './src/plugins/nx-module-federation-plugin/rspack/nx-module-federation-plugin';
|
|
export * from './src/plugins/nx-module-federation-plugin/rspack/nx-module-federation-dev-server-plugin';
|
|
export * from './src/plugins/nx-module-federation-plugin/rspack/nx-module-federation-ssr-dev-server-plugin';
|