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

9 lines (8 loc) 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertSupportedReactVersion = assertSupportedReactVersion; const internal_1 = require("@nx/devkit/internal"); const versions_1 = require("./versions"); function assertSupportedReactVersion(tree) { (0, internal_1.assertSupportedPackageVersion)(tree, 'react', versions_1.minSupportedReactVersion); }