-
-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
bcherkezovtf and markkristalylv
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
