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

6 lines (5 loc) 328 B
/** * @deprecated `@nx/react/tailwind` will be removed in Nx 24. Migrate to Tailwind CSS v4 which no longer needs glob patterns. * See: https://nx.dev/docs/technologies/react/guides/using-tailwind-css-in-react */ export declare function createGlobPatternsForDependencies(dirPath: string, fileGlobPattern?: string): string[];