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
export interfaceSchema{
path: string;
name?: string;
skipTests?: boolean;
export?: boolean;
/**
* @deprecated Provide the full file path including the file extension in the `path` option. This option will be removed in Nx v21.
*/
js?: boolean;
}