UNPKG

@nx/react

Version:

The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Jest, Vitest, Playwright, Cypress, and Storybook. - Generators for applica

7 lines (6 loc) 307 B
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 };