nx
nx copied to clipboard
Smart Monorepos · Fast CI
### Current Behavior The application is not getting build while running the command ca-app:serve:alpha-next: It shows an error : > NX desiredImplicitDeps.filter is not a function ### Expected Behavior The...
### Current Behavior I have a monorepo with several react applications. Each one has tailwind installed. The problem is that there are conflicts because there are several tailwind configurations and...
### Current Behavior Dynamic dependencies are not always detected and therefore not listed in the graph. ### Expected Behavior Dynamic dependencies should be detected and listed in the graph ###...
### Current Behavior Running `nx migrate latest` with `[email protected]` fails. ### Expected Behavior `nx migrate latest` should run without any errors ### GitHub Repo https://github.com/nrwl/nx-examples ### Steps to Reproduce Run...
* generates a package.json based on the project's dependencies in node_modules * moves getExtraDependencies helper from esbuild package to js package ## Current Behavior Currently each executor implements their own...
NX does not handle multiple configurations: nx run app:build --configuration=production,stage-env
## Expected Behavior When running commands using `nx`, they should behave the same as `ng` This works ` ng run app:build --configuration=production,stage-env ` this does **not** ` nx run app:build...
feat(testing): rename jest-project generator to "configuration" generator for consistency in naming
This PR renames `@nx/jest:jest-project` generator to `@nx/jest:configuration`. This change makes our usage of configuration generators the same across all plugins (e.g. Vite is already @nx/vite:configuration). **What's done:** - Renamed generator...
## Current Behavior no first party playwright plugin for nx. ## Expected Behavior @nx/playwright plugin ## Related Issue(s) - feat(testing): add playwright plugin - feat(testing): add playwright executor - chore(testing):...
Changes on following pages: - https://nx-dev-git-fork-meeroslav-docs-add-linter-rule-docs-nrwl.vercel.app/packages/eslint-plugin - https://nx-dev-git-fork-meeroslav-docs-add-linter-rule-docs-nrwl.vercel.app/packages/eslint-plugin/documents/dependency-checks ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
This PR renames `@nx/cypress:cypress-e2e-configuration` to `@nx/cypress:configuration` to maintain consistency between plugins (e.g. Vite is already `@nx/vite:configuration`). Also renames `@nx/cypress:cypress-component-configuration` to `@nx/cypress:component-configuration` since "cypress" is implied by the package name. **What's...