Daniel Waltz
Daniel Waltz
Doesn't feels quite as elegant to me, but it definitely helps when you need to be explicit about the units you're using. I have no idea what the overhead might...
I like this concept. I'm way more willing to adopt this method if I can continue using the style block in my SFCs. Perhaps setting a new type will help...
I'm running into this too! I think `vite` in this case should actually be defined as a `peerDependency` as well to help avoid these types of issues in the future....
You are correct, it is not currently supported. I did play around with supporting near operation file as one of my personal playground projects is using that, but I had...
Hitting this issue too in a Vue 2 project using `vue-tsc`, `eslint`, and `typescript`. I run out of memory pretty quick using all three. It happens to be a very...
After a little trial and error, I discovered this issue was introduced after version `0.17.11`. Downgrading to this version has fixed the issue for me!
I don't suppose there's any chance this could be revisited? I must say I quite like the way tailwind handles this with [element modifiers](https://tailwindcss.com/docs/typography-plugin#element-modifiers) as I can use the same...
Maybe already implied by the title, but I figured it was worth explicitly mentioning that this also prevents TypeScript from being aware of `import.meta.env`. In my projects using pnpm, trying...
Do you feel like maybe this is related to this plugin? Looking at the output here I think it's hard to say what the source of the memory leak is....
Thanks to @yurks, this should be completed. Let me know if you or anyone else runs into trouble and we can reopen the issue!