Colum Ferry 090364ad39
feat(module-federation): add NxModuleFederationPlugin for inferred usage (#30003)
## Current Behaviour
Currently, Module Federation with Nx is forced to use executors to
provide the best DX.

## Expected Behaviour
As part of the transition to inferred targets, we will need Rspack
plugins that replicates the DX provided by our executors.
Add `NxModuleFederationPlugin` and `NxModuleFederationDevServerPlugin`
to handle this.
2025-02-17 15:21:36 +00:00

5 lines
355 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';