Jack Hsu

Results 69 comments of Jack Hsu

I don't think the PR fixes the issue in general for a few reasons. 1. If the user sets `envDir` to something else, then the inputs will not match. 2....

@gnuion Thanks for opening the PR, we really appreciate the effort and we're glad you're enjoying using Nx. As mentioned in the [discussion](https://github.com/nrwl/nx/discussions/23114), we don't want to extend support to...

> @jaysoo any update or indication _when_ this will land in 19.1 (beta)? I think we can merge it soon once green again.

I would set `"skipLibChecks": true` in your tsconfig.json and see if that helps. I'm not able to reproduce this on a fresh repo.

Please re-open with a repro linked if the issue persists.

Hi @hanspoo , this issue is fixed in latest Nx, as seen here: https://github.com/jaysoo/issue-17356 Vite itself will only support variables with `VITE_` prefix, and we don't want to deviate from...

We've updated the recipes to show how to configure proxies with inferred targets. Webpack's proxy feature should be used rather than the `proxy.config.json` file. Example: https://github.com/jaysoo/issue-27321

This is related to https://github.com/nrwl/nx-console/issues/2031

@FrancescoBorzi @polyakov84 If you run `ps aux | grep node | grep -v grep | grep -e nxls -e daemon` what output do you see?

@polyakov84 When you kill it, did `kill` work, or did you have to use `kill -9`? I've seen the nxls process hanging before, trying to reproduce it so we can...