Tree shaking issue with Nuxt UI (Reka)
Hi. I'm currently building an app with nuxt ui for components, and I'm experiencing this issue:
https://github.com/nuxt/ui/issues/3376
Development is still in it's early stage (app will grow exponentially) and DX is already unbearable.
I've tried basically every suggestion in the conversation, nothing works. It seems the only solution is to wait for for vite to be on rolldown.
Does anyone have an idea of a possible alternative solution? Or at least what I could do to improve DX
Development is already paused
https://github.com/nuxt/ui/issues/3376
Development is still in it's early stage (app will grow exponentially) and DX is already unbearable.
I've tried basically every suggestion in the conversation, nothing works. It seems the only solution is to wait for for vite to be on rolldown.
Does anyone have an idea of a possible alternative solution? Or at least what I could do to improve DX
Development is already paused
GitHub
Description I am using the Nuxt UI playground template from here. After running pnpm build, I noticed that .output/server/node_modules/reka-ui/dist contains many unused components. How can I config...
