nxext / nx-extensions

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

Preact: unable to resolve dependency tree #1100

Open everythinginjs opened 2 months ago

everythinginjs commented 2 months ago

Hello @DominikPieper thanks for great nx-extentions, I am looking a way to add Preact to my NX workspace. I can see nxext/preact but deprecated!

everythinginjs commented 2 months ago

Okay I see there is a preact already added but there are some dependency tree conflicts which I need to install with --legacy-peers-deps flag

DominikPieper commented 2 months ago

@everythinginjs yes there was a preact plugin, but I deprecated it cause there were not that many users. Some time ago I minimized the number of plugins, removing the ones rarely used

everythinginjs commented 2 months ago

Thanks for the reply, I just started using NX not professional yet, but I do not think bumping up packages takes that much of time!, I also would like to use tailwind with it but seems to be not supported in this plugin.