nxext / nx-extensions

Nx Extensions for Stencil, Svelte, SolidJS, Preact, Ionic, and Capacitor
MIT License
467 stars 102 forks source link

Preact: Required property 'directory' is missing while generating a lib #1148

Closed pawel-twardziak closed 1 month ago

pawel-twardziak commented 1 month ago

Describe the bug obraz

To Reproduce

  1. create new nx workspace
  2. install @nxext/preact plugin
  3. try to generate a lib npx nx generate @nxext/preact:lib apps/preact-lib --verbose

Expected behavior Generated preact lib

Additional context After NX20 migration

pawel-twardziak commented 1 month ago

I am on it