nx
nx copied to clipboard
Smart Monorepos · Fast CI
## Current Behavior If we're on a system that does not have native support, nx report will still try to build the project graph. Because some dependencies for the project...
fix(webpack): with-nx default webpack resolve mainFields order breaking tree-shaking ___ ## Current Behavior Default webpack config `mainFields: [ 'browser', 'main', 'module', ]` Broken Tree-shake. `@mui/icons-material` in library package fully included...
Currently, if someone already has NxCloud enabled, but they'd like to re-generate their access token, or even point nx cloud to a new API URL, using the `NX_CLOUD_API=https://snapshot.nx.app npx nx...
### Current Behavior - I'm on a Windows machine - I have a new empty node app (or any node app with more code) - When generating the node app,...
## Current Behavior Skipping remotes is not functioning as before. Before it was possible to skip serving remotes that are not in the workspace. This is useful for hosts in...
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description On `migrate` command' successfully log;  It prints `npm install` or `yarn` as the first step. Even...
Currently I cannot find any way to get this param to work. I have migrated a ton of legacy projects to NX that have absolutely no need to clean up...
### Current Behavior So I just update our nx repo to the latest nx version (nwrl -> nx). But now our debugging config doesn't work anymore... We had difficulties making...
### Current Behavior `yarn nx migrate` randomly fails, most likely due to some race conditions. It's always some FS error like ENOENT on a random file in yarn cache. I...
### Current Behavior If I have a library dependency - `a@^1.0.0` in root `package.json`, after build using `@nx/rollup` bundler, the version is picked up partially with `1.0.0` instead of `^1.0.0`...