Dominik Pieper
Dominik Pieper
Unfortunately that’s a relative new change that sveltekit generates it. Seems like with every new sveltekit feature the integration is a little more broken and more difficult 😞
With Nx hardly need tsconfig for nearly all app and libs feature that’sa real hard Problem now. In addition to the other problems like not being able to configure outputdirs...
@Jordan-Hall that won’t work on sveltekit cause there vite Usage is internally hidden in the sveltekit cli
Hey, thanks for the demo of the problem. Seems like a problem with the tsconfig paths. I'll take a look what stencil is using here
Hi @MichaelSeelisch Yes, that's correct and not possible that easy. There was a meeting with William from the Stencil team on how to solve this, but that's a feature for...
Hi @MichaelSeelisch, There's no feature to give in custom Templates. You can add workspace generators (https://nx.dev/l/a/generators/workspace-generators) to your workspace, call the generators you've in mind, and override the templates there.
@Bonscho unfortunately not yet. Not sure when and how it's planned by the new Stencil team. I experiment with some stuff myself but everything else is just a workaround until...
@Bonscho all I tried so far lead into a reload off all (at least the lib and app) cause what's the app serve process sees is that the lib was...
Yes, unfortunately there's not that much documentation yet. There's a issue with a example config, the options have to be a path to a js file which manipulates the config.
Here it is https://github.com/nxext/nx-extensions/issues/86