Nx
Enterprise
Nx
fix(rsbuild): infer build outputs from distPath.root directly `getOutputs()` took `dirname()` of `output.distPath.root` when inferring the build target's `outputs`. But `distPath.root` is the directory Rsbuild emits the build into, so `dirname()` points one level too high - a project with `distPath.root` of `dist/apps/my-app` inferred `dist/apps` as its output, which captures sibling projects' build artifacts in the cache. Use `distPath.root` as-is.
nx build workspace-plugin
Sign in / Sign up
Open main menu
Succeeded
CI Pipeline Execution
nx build workspace-plugin
Click to copy
35707
100%
Cache hits
2 of 2 tasks used cache.