You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot generate a Stencil library in an Nx TypeScript Setup.
NX deprecated time ago the packaged-based monorepo type and the closest we have now for packaged monorepos type will be initializing Nx as a TypeScript/JavaScript project with minimal structure.
To Reproduce
Start a new Nx workspace as TypeScript/JavaScript project
Add @nxext/stencil dependency
Generate a Stencil library: npx nx g @nxext/stencil:library ...
Expected behavior
The library should be generated as expected
Additional context
Add any other context about the problem here.