nx
nx copied to clipboard
Smart Monorepos · Fast CI
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
### Current Behavior My nextjs applications are no longer being served locally. While waiting for the initial build to view application locally in the browser, after a minute or two...
This PR renames `@nx/esbuild:esbuild-project`, `@nx/rollup:rollup-project`, and `@nx/webpack:webpack-project` to `configuration` generators. This change makes our usage of configuration generators the same across all plugins (e.g. Vite is already @nx/vite:configuration). **What's done:**...
## Current Behavior ## Expected Behavior - move normalizeExecutorSchema, isNxExecutor and readExecutor to packages/nx/src/command-line/run/executor.ts ## Related Issue(s) Fixes #
### Current Behavior Plugin uses locally installed `eas-cli` package ### Expected Behavior Using version installed globally as stated in documentation https://github.com/expo/eas-cli `expo-doctor` detects types incompatibility if adding `eas-cli` locally. ###...
## Current Behavior `Cannot read properties of undefined (reading 'length')` ## Expected Behavior Should just skip if array is undefined. ## Related Issue(s) Fixes #17966
AI Docs - powered by GPT, following example of Supabase AI docs.
### Current Behavior After upgrading nx from 16.3 to 16.4, `yarn build` fails to find any projects: ``` > NX Failed to process the project graph with "nx-js-graph-plugin". Source project...
### Documentation issue - [ ] Reporting a typo - [ ] Reporting a documentation bug - [ ] Documentation improvement - [ ] Documentation feedback ### Is there a...
## Current Behavior Installation of packages using `ensurePackage` and `create-nx-workspace` fail for Yarn Berry because they create temp folder that might be targeting different yarn version Let's assume this folder...