Describe the bug
We cannot generate a Stencil library. The problem is either replicable in an Nx TypeScript Setup monorepo (--preset=ts) and in a Nx App Setup monorepo (--preset=apps).

I'm using version Nx 20.6.2.
To Reproduce
Steps to reproduce the behavior:
- Start a new Nx workspace using the flag --preset=apps
- Add @nxext/stencil dependency
- Generate a Stencil library
nx g @nxext/stencil:lib packages/ui-kit --name ui-kit --style css --buildable --dry-run --verbose
In a Typescript setup monorepo, I have to use NX_IGNORE_UNSUPPORTED_TS_SETUP=true env variable for step 3, as stated here, in order to reproduce the bug. Otherwise, I get the problem reported here.
Expected behavior
The library must be generated as expected
Additional context
The library is not generated as expected
Describe the bug
We cannot generate a Stencil library. The problem is either replicable in an Nx TypeScript Setup monorepo (--preset=ts) and in a Nx App Setup monorepo (--preset=apps).
I'm using version Nx 20.6.2.
To Reproduce
Steps to reproduce the behavior:
nx g @nxext/stencil:lib packages/ui-kit --name ui-kit --style css --buildable --dry-run --verboseIn a Typescript setup monorepo, I have to use NX_IGNORE_UNSUPPORTED_TS_SETUP=true env variable for step 3, as stated here, in order to reproduce the bug. Otherwise, I get the problem reported here.
Expected behavior
The library must be generated as expected
Additional context
The library is not generated as expected