Andreas Korth
Andreas Korth
Sure thing. [Here you go](https://github.com/juni0r/vue-email-imports)
@Flowko Did you have a chance to look at the reproduction? This is keeping me from updating my project dependencies. In order to update nuxt / vue I'd have to...
@Flowko I understand you have other priorities right now, but do you think there's a chance this is going to be fixed any time soon? It becomes increasingly difficult to...
I ditched the trpc-plugin for good because it's dead slow (generating) and inefficient. The types generated are apparently very complicated and it slows down my IDE noticeably. Felt very heavy...
We massively rely on inferred types from zod schemas and run into this issue. Is this a design limitation of `@vue/compiler-sfc` or something that can be fixed?
So I eventually found a way that involves running scripts that need to import Vue SFCs with [vite-node](https://www.npmjs.com/package/vite-node). In a Nuxt app, I added a separate `vite.config.ts` in the subfolder...
Frankly, at this point I don't care anymore since we've given up on vue-email entirely for being a notoriously problematic package with little to no support from the authors/community. We...
It seemed for a while that I had got it, but then there were issues with importing types, nested components, Tailwind classes and config, and many more. No, MJML doesn't...
Having the same issue. Everything works though, the error can be suppressed using `@ts-expect-error` or `@ts-ignore`.
Is this going to be addressed? Maybe adding custom primary / gray color palettes via `app.config.ts` would be a viable alternative? I don't usually mess much with my tailwind config...