nx icon indicating copy to clipboard operation
nx copied to clipboard

Smart Monorepos · Fast CI

Results 1196 nx issues
Sort by recently updated
recently updated
newest added

## Current Behavior When using the **@nrwl/next:server executor** (nx serve), static assets are served only from **apps/app/public** source folder. Even when we configure project.json like this: ` "options": { "root":...

type: bug

## Current Behavior It makes very poor use of space, drawing things super wide and not utilizing the vertical dimension. When trying to zoom in, it constantly resets the zoom...

type: bug
scope: misc

## Current Behavior does not support jest 28 ## Expected Behavior support jest 28 ## Related Issue(s) Fixes #10117

scope: testing tools

## Current Behavior If an executor has an option of type `string` and you want to provide it with a string containing a number such `'123'`, then the schema validation...

type: bug

### Documentation issue - [ ] Reporting a typo - [ ] Reporting a documentation bug - [x] Documentation improvement - [x] Documentation feedback ### Additional context or description We...

type: docs

## Current Behavior tmp folder left after running @nrwl/js:tsc executor ## Expected Behavior tmp folder should be removed after @nrwl/js:tsc exucutor is run ## Steps to Reproduce ``` "targets": {...

type: bug
scope: js

## Current Behavior I have just migrated our nx repo to the latest nx, and in turn also Angular 14. Everything seems to be running as expected. I then proceeded...

type: bug
scope: testing tools

## Current Behavior `@nrwl/react/plugins/component-testing` is lacking webpack config parts that exists in `@nrwl/react/plugins/webpack` Which leads to that code that builds and runs using regular react webpack setup does not build...

type: bug
scope: testing tools

## Description I would like to be able to debug my next app from inside nx, preferably using vscode. The app has imports from react libs within nx. I can't...

type: feature
scope: nextjs

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I would like running a target to implicitly rely on a different target of a specific package...

type: feature
scope: core