Anthony Fu

Results 1228 comments of Anthony Fu

Just fired up my VM, and tried with the starter template `npx nuxi init` (Nuxt v3.2.2) - HMR works fine and I can not reproduce the error. I think we...

This is introduced in https://github.com/Rich-Harris/magic-string/pull/235, where we need to update upstream rollup and vite to fix it

Workaround on unplugin and our side, should be good now

This is smart! I would even love to have a similar standalone plugin, might be helpful for library building like VueUse 👀

Thanks for reporting. However, your reproduction seems to work fine - I think we are not able to help without being able to identify the root cause. I suggest you...

From the glance I can't really tell what's the cause. I think we still need a minimal reproduction to move forward

`$` is a reserved prefix in Vue, mainly for global injected context. I'd suggest avoiding using such naming conventions for auto imports. If `$` is strongly preferred, you use a...

It makes sense to me as well. 👍

I am more curious about what would be the use cases behind it. This to me feels like quite some code added for features that most of ppl don't need....

I would first challenge the real-world use case of the original request, and see if there are better solutions to achieve what they need (maybe no need to mess with...