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

8 lines (7 loc) 589 B
export { addE2e } from './src/generators/application/lib/add-e2e'; export { addRollupBuildTarget } from './src/generators/library/lib/add-rollup-build-target'; export { isComponent } from './src/utils/ct-utils'; export { suppressReactComposeHelperWarnings } from './src/utils/deprecation'; export { hasWebpackPlugin } from './src/utils/has-webpack-plugin'; export { getReactDependenciesVersionsToInstall, isReact18, } from './src/utils/version-utils'; export { testingLibraryDomVersion, testingLibraryReactVersion, babelCoreVersion, babelPresetReactVersion, } from './src/utils/versions';