Jason Jean

Results 63 comments of Jason Jean

Thank you for providing the reproduction. We'll take a look.

I was able to reproduce this issue. This is odd indeed. From what I understand, ["Solution" tsconfig.json](https://www.typescriptlang.org/docs/handbook/project-references.html#overall-structure) files allow `tsconfig.json` to _delegate_ out to different tsconfigs. Editors, this means that...

Hi, I could not reproduce the issue: https://github.com/FrozenPandaz/nx-bugs/tree/repro-11846 My assets get properly outputted into my dist. Could you retry with the latest version and if that doesn't work, can you...

Can someone check if this is easier in a new Nx + Next.js workspace? We recently reworked how we execute the Next Dev Server from the root of the project....

Thank you for your contribution! LGTM :tada:

Thank you for your contribution! LGTM :tada:

@isaacplmann Can you please look into integrating the rest of these changes into the docs please?

Have you tried invoking nx via `npx nx build my-app`? Without `npx` you'll have to install `nx` globally. But for the deploy, you can use `npx` to resolve Nx from...

Is your `package-lock.json` perhaps not committed?

This should work now. I could not reproduce on Linux. It's possible this is only on Windows. :thinking: