mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 09:42:55 +00:00
7 lines
354 B
TypeScript
7 lines
354 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 };
|
|
//# sourceMappingURL=module-federation.d.ts.map
|