-
### Current Behavior
I am using "@nx/angular:webpack-browser" to apply a custom Webpack configuration. However, when running the nx build --verbose command, I get the following error: " webpack 5.94.…
-
### Current Behavior
When editing an input file to a cached task, it only hits the cache on the first re-run of the task. Subsequent re-runs of that task (after subsequent changes) hit the cache when…
-
**Question**
We use https://nx.dev/ for our monorepo and there are multiple levels of `jest.config.ts`. To be able to run mutation test, we need to point to the jest config of a nested app.
Idea…
-
### Current Behavior
Following [the official tutorial](https://nx.dev/getting-started/tutorials/package-based-repo-tutorial) if we create a `package-based` monorepo with `create-nx-workspace` the s…
-
### Current Behavior
In an nx project which uses pnpm workspaces, if a library project is declared both at the top level and at the application level and the library build target has no specified o…
-
I'm trying to run `yarn lerna add-caching` but it is not recognizing some of the packages. I'm trying to find the root cause and I think it is related to this mismatch issue.
## Current Behavior
…
-
### Current Behavior
We are building an application using lerna monorepo. The build on azure pipeline is failing due to the absence of package @nx/nx-linux-x64-gnu. We use Mac M1 chip machines to bui…
-
In the 1.0 release, the Analog Vite plugins will be published as ESM-only.
Package updates
Update `vite` to `^5.0.0` in the root `package.json` and install if on a 4.x release version
For exist…
-
NX (https://nx.dev/getting-started/intro) has their own method for calculating/declaring project dependencies.
-
### Current Behavior
So I have a nx project, with multiple plugins, each of them are built and published to an internal npm repo.
Now when I want to update to latest nx version, I do an ‘nx migrat…