nxext / nx-extensions

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

Stencil: Adding output targets requires all framework targets (angular, react vue) to be installed #375

Open jase88 opened 2 years ago

jase88 commented 2 years ago

Describe the bug If adding an output target to a library all supported output targets need to be installed. This is probably how the nxext code is implemented, so that it requires to have everything installed.

To Reproduce

Expected behavior It should not be required to have everything installed, if only one part of the generator is used

DominikPieper commented 2 years ago

@jase88 yes that's something I already working on.

edwardwilson commented 2 years ago

This is still an issue - any update on a fix?