@nx/react
Version:
7 lines (6 loc) • 307 B
TypeScript
import { withModuleFederation } from '@nx/module-federation/webpack';
import { withModuleFederationForSSR } from '@nx/module-federation/webpack';
/**
* @deprecated Use `@nx/module-federation/webpack` instead. This will be removed in Nx v22.
*/
export { withModuleFederation, withModuleFederationForSSR };