Anthony Fu

Results 1219 comments of Anthony Fu

In this extension, we could call ```ts import { loadConfig } from 'unconfig' const { config } = await loadConfig({ sources: [...] }) for (const c of config.customCollections) { //...

PR welcome to add a `host` option, thanks!

Not in priority, but contribution welcome :)

Cool, would you mind to draft a PR for it? Thanks!

I'd be appreciated if you can have a quick explanation of it. Thanks.

This plugin will not work with 2.7. For built-in `reactivityTransform` in 2.7, we still wait it to be stable in Vue 3.3 then we can backport it.

patch-package only works in apps, while we are a library. We can't assume userland's vue version and we can't patch that for the users.

The patch basically changes the local file, where on the user side the deps are fetched from NPM fresh without the patch. I think it's too much to ask users...

I haven't used next.js before, and as reactivue is kinda a low level thing, it should work for whatever supports react. Is there anything I should do to support next.js?...

@sibbngheid Thanks for the info. That's interesting to know. I will have a look :)