nx
nx copied to clipboard
Smart Monorepos · Fast CI
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description webpack-dev-server has this schema for `hot`: ```json { "anyOf": [ { "type": "boolean", "cli": { "negatedDescription":...
Fix the string interpolation in the http-server command arg converter for proxyOptions. ISSUES CLOSED: #11302 Co-authored-by: Szabolcs Grünwald ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #
## Current Behavior 1. I created an nx app by running `nx g @nrwl/next:app my-app-name` 2. I ran `nx serve my-app-name` 3. Navigated to `localhost:4200`, the app wouldn't render with...
## Current Behavior I am using path aliases in tsconfig.json in my generated @nrwl/node:lib. Let's say tsconfig.json paths looks like this ` "paths": { "@test": ["src/lib/index.ts"], } ` And let's...
Exactly the same as that [issue](https://github.com/nrwl/nx/issues/3208) that was closed by the bot but without any solution. ## Description I want to have the option to publish a library with two...
### Documentation issue - [x] Reporting a typo - [x] Reporting a documentation bug - [ ] Documentation improvement - [ ] Documentation feedback ### Is there a specific documentation...
## Current Behavior When I have the [following project configuration for an Angular Storybook target](https://github.com/martinsik/test-nx14/blob/master/apps/myapp/project.json#L116), `storybook.scss` will be correctly compiled and saved to `dist/storybook/myapp/main.css`. However, none of the other style...
## Current Behavior The prod build breaks as sone as angular standalone components are added to another lib's ngModule via spreaded array. ## Expected Behavior This should work in the...
Add the much-requested version compatibility matrix between Nx versions and Angular versions
## Current Behavior Nx migrate latest updates my Angular, rxjs, ngrx dependencies which results in a version incompatibility. I can no longer run npm install without error. The same version...