nx
nx copied to clipboard
Smart Monorepos · Fast CI
…orts of lazy-loaded libs * Specify that *static* imports are forbidden * Include target library name and source file path containing a dynamic import that triggered this rule ## Related...
### Current Behavior Verbose flag changes nothing about the output in my console. I get this whether --verbose is used or not: ``` > NX Running target serve for project...
### Current Behavior When trying to migrate existing react app created with cra and running a command npx nx init as described in the documentation [from CRA](https://nx.dev/recipes/adopting-nx/migration-cra) I'm sumbling upon...
## `@nx/dependency-checks` rule This PR implements a new eslint rule in the `@nx/eslint-plugin` that lints `package.json` and `project.json`. The rule covers following scenarios: - Check if dependency is missing in...
### Current Behavior When setting `NX_BASE=` in a `.env` file at the root of the repo, NX commands still default to `--base=main` and `--head=HEAD`. ### Expected Behavior NX reads the...
### Current Behavior Setting: ``` { "targetDefaults": { "deploy": { "inputs": [{ "env": "STAGE" }] }, "package": { "inputs": ["stage"] }, }, "namedInputs": { "stage": [ { "env": "STAGE" }...
### Current Behavior After migration to NX v16.3.2 I can't serve Next.js apps in production. Although the production build passes successfully by NX report, many files are missing in dist/apps/[app_name]...
### Current Behavior Not sure if this is an issue with Nx after v16 or coming from those packages from https://github.com/software-mansion Both gesture handler after `2.9.0` and reanimated after `3.1.0`...
fix(core): ignore nested node_module paths for findProjectOfResolvedModule in TargetProjectLocator
## Current Behavior TargetProjectLocator's `findProjectOfResolvedModule` will treat unknown imports as the source project if import is pointing to nested `node_modules`. ## Expected Behavior The `findProjectOfResolvedModule` should check if module path...
Tree shaking does not work. I created a React app with both Nx and `create-react-app`, and imported a single lodash function. ## Current Behavior Nx bundle: ![Screen Shot 2022-04-06 at...