nx
nx copied to clipboard
Smart Monorepos · Fast CI
### Current Behavior Currently my microservice build time with rspack is 25% higher than webpack. I don't exactly know why or what nx does under the hood. ### Expected Behavior...
### Current Behavior We use Nx as a monorepo tooling for a component library with independent project relationships. To get nx release to version a breaking change, the scope has...
### Current Behavior No cache is written to s3 ### Expected Behavior Cache should correctly be written to S3 and retrieved when exists ### GitHub Repo _No response_ ### Steps...
### Current Behavior When running latest `expo/[email protected]`, modules are unable to resolve and bundle 404's ### Expected Behavior Should work as expected in `expo/[email protected]`, where modules resolve and bundle loads....
### Current Behavior When serving an app with `nx serve` inside a docker container, it will keep hanging (without any log output) when restarting the container using `docker compose restart`....
## Current Behavior Root Maven and Gradle build files (pom.xml, build.gradle.kts, settings.gradle.kts) are not explicitly assigned to the Java reviewers in CODEOWNERS. ## Expected Behavior With this PR, the Java...
### Current Behavior After nx is finished running build on each project, instead of presenting the summary it fails with the message: ``` NX Failed to convert JavaScript value `Undefined`...
## Current Behavior The nx-dev Next.js app can only serve pages from its own codebase or proxy to Astro docs. ## Expected Behavior Support proxying specific pages to a Framer...
### Current Behavior When building with `@nx/js:tsc` I get the following warning: > Package type is set to "module" but "cjs" format is included. Going to use "esm" format instead....
### Current Behavior After generating a new workspace with nx and an angular application with jest testing, the `nx test` command fails with: ``` Must use import to load ES...