nx
nx copied to clipboard
Smart Monorepos · Fast CI
## Current Behavior We do not have a way to support incremental builds with EsBuild for Angular ## Expected Behavior Support Incremental Builds with EsBuild for Angular - Add's a...
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
## Current Behavior We do not support TS Config for Module Federation Config ## Expected Behavior We should support TS for the Module Federation Config ## Related Issue(s) Fixes #15739
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I'm the maintainer for [@nx-extend/e2e-runner](https://github.com/TriPSs/nx-extend/tree/master/packages/e2e-runner) and we would like to support more verbose logging if the option...
This PR requires https://github.com/nrwl/nx/pull/17962 to be merged first. ## Current Behavior Several executors have options to enable generating a `package.json` when the target is executed. ## Expected Behavior Generating a...
Updated doc: https://nx-dev-git-fork-leosvelperez-docs-update-nx-ng-vers-22a2f4-nrwl.vercel.app/packages/angular/documents/angular-nx-version-matrix#nx-and-angular-version-compatibility-matrix ## Current Behavior Angular ~16.1.0 is supported since Nx 16.4.0, but there's no info about it at https://nx.dev/packages/angular/documents/angular-nx-version-matrix#nx-and-angular-version-compatibility-matrix. ## Expected Behavior Information for Angular ~16.1.0 should be...
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
### Current Behavior After updating from 16.3.x to 16.4 today, our CI-Pipeline nx-Tasks stopped working with the following message: " This platform (win32-x64) is currently not supported by Nx." -...
Some breaking changes were introduced with the [new version](https://github.com/prettier/prettier/releases/tag/3.0.0) of prettier. It looks like at the very least this like will need updating: * (`const PRETTIER_PATH = require.resolve('prettier/bin-prettier');`) https://github.com/nrwl/nx/blob/64765eb313d33c93bd4db35d86b21ecb43fa5757/packages/nx/src/command-line/format/format.ts#L26 due...