Matthias Stemmler

Results 3 issues of Matthias Stemmler

### Current Behavior Suppose an app `my-app` uses the `@nx/vite:build` and/or `@nx/vite:dev-server` executors and depends on a lib `my-lib`. Then when the `buildLibsFromSource` option of the executor is set to...

type: bug
scope: bundlers

## Current Behavior Since v18.2.3 (e4c4697f69cf29c50aced1997715a7da5f680e23) the `tsconfig.generated.json` file generated if `"buildLibsFromSource": false` is placed under a path containing the current build target. The `nx-tsconfig-paths` plugin of `@nx/vite` was not...

**Describe the bug** When saving a string that is valid JSON with `setItem`, then loading it with `getItem`, the returned value isn't the original string, but the value obtained by...