nx
nx copied to clipboard
Smart Monorepos · Fast CI
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I would like to see `tsconfig.json#compilerOptions.allowJs` configuration support for the rollup executor, currently, it is [hardcoded as...
## Reproduce 1. create a workspace project with yarn berry 2. cd into a workspace, execute nx run-script executor ## Expect run-script should use yarn as the package manager and...
### Documentation issue - [ ] Reporting a typo - [x] Reporting a documentation bug - [ ] Documentation improvement - [ ] Documentation feedback ### Is there a specific...
## Current Behavior on running serve app, application is stuck on `Generating app bundles...` The function `function collectWorkspaceLibrarySecondaryEntryPoints(library, libraryRoot, tsconfigPathAliases)` in generated node_modules\@nrwl\angular\src\utils\mf\mf-webpack.js file is stuck in an infinite while...
_[Please make sure you have read the submission guidelines before posting an PR](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#submit-pr)_ # Community Plugin Submission Thanks for submitting your Nx Plugin to our community plugins list. Make sure...
## Current Behavior `nx serve` command, load `.env` file in `apps/` two times: - Nx loading...: [see order priority](https://nx.dev/l/r/guides/environment-variables#loading-environment-variables) - Next.js loading...: [see order priority](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use) That cause `.env` file to...
## Current Behavior My co-workers and I are all getting this issue only on Windows machines when starting the Android app. It seems there was an existing issue for this...
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I would like for dependant tasks to be able to receive overrides. Having configuration like so: ```json...
## Current Behavior Using a local plugin generator fails with error "Cannot find module", as shown below. ## Expected Behavior As written in the [docs](https://nx.dev/nx-plugin/overview#using-your-nx-plugin), a plugin should be able...
## Current Behavior The `@nrwl/cypress:cypress` builder doesn't seem to work when I pass a node app (which is using the `@nrwl/node:node` builder) as the `devServerTarget`. The node app gets compiled...