-
### Current Behavior
tsconfig.json file:
`
{
"compilerOptions": {
"paths": {
"@app/themes/*": ["libs/themes/src/muiThemes/*"]
}
},
}
`
it resolves in rspack config…
-
### Current Behavior
Currently, when I'm trying to move any standalone project within my Angular workspace (nx.json config-based), schematic runs and says that it moved project.json file. In reality,…
-
### Current Behavior
Hi everyone... First things first... Congrats for the new release 🥳
Im creating this issue because I'm trying to play with Nx 20.0.0-rc.0 and I got several problems running `np…
-
Filter header information out from the running, startup configs such that get_config and load_replace_candidate are complimentary operations.
i.e. you can do get_config on running and then go and i…
-
### Current Behavior
When trying to serve shell application with more than 1 remotes at the same time, only 1 remote will work.
There is an issue serving remoteEntry.mjs file on one of the remotes
#…
-
### Current Behavior
I'm getting an error when attempting to run nx lint on any of the apps/libs in my repo after migrating to v20.0.10. This is hosting two Next.js apps and `nx run {projectName}` wo…
-
### Current Behavior
any version 19.8.0 and higher completely breaks NX for me
### Expected Behavior
to work as normal
### GitHub Repo
_No response_
### Steps to Reproduce
1. after upgrading fr…
-
### Current Behavior
After upgrading to Nx 20, my tasks have started logging the following warnings:
```
NX Custom task runners will no longer be supported in Nx 21.
Use Nx Cloud or the Nx Power…
-
When I do a local build and push using `INPUT_TAGS="1" yarn nx affected --target container`, it creates an image of type `application/vnd.docker.distribution.manifest.v2+json` that I can push and then…
-
### Current Behavior
I upgraded from NX 17.1.3 to 17.2.0. I have a polyfill.ts as an option for pollyfills in my project.json. It import 'core-js'; . After the NX upgrade I am now receiving many erro…