Robin
Robin
Can we cover this with tests?
rolldown did some progress. @ArthurDarkstone Do you want to try it or should we investigate here?
Are there still todos? Is there any way to support you or take on tasks?
I can check the nuxt module 👍🏽
> thanks. by now, i notice when I build, `nuxt` reports an error saying that the rolldown-beta.3 package is not found under node_modules/.pnpm, but I actually installed rolldown-beta.10 Can you...
Just to keep you in the loop. We will have to test the dist further. This will take some time.
With #4888 we should be able to prerelease this. @ArthurDarkstone would you mind updating you PR branch?
@ArthurDarkstone build is failing: https://github.com/vueuse/vueuse/actions/runs/16564788452/job/46842163912?pr=4434
We agreed to opt for the rolldown solution instead of tsdown (for now). @ArthurDarkstone, if you could keep this branch up to date for a few weeks, we could use...
```json { "pnpm": { "overrides": { "@vueuse/core": "https://pkg.pr.new/@vueuse/core@4434", "@vueuse/nuxt": "https://pkg.pr.new/@vueuse/nuxt@4434", "@vueuse/router": "https://pkg.pr.new/@vueuse/router@4434", "@vueuse/shared": "https://pkg.pr.new/@vueuse/shared@4434", "@vueuse/rxjs": "https://pkg.pr.new/@vueuse/rxjs@4434", "@vueuse/math": "https://pkg.pr.new/@vueuse/math@4434", "@vueuse/integrations": "https://pkg.pr.new/@vueuse/integrations@4434", "@vueuse/metadata": "https://pkg.pr.new/@vueuse/metadata@4434", "@vueuse/components": "https://pkg.pr.new/@vueuse/components@4434", "@vueuse/electron": "https://pkg.pr.new/@vueuse/electron@4434", "@vueuse/firebase": "https://pkg.pr.new/@vueuse/firebase@4434" } }...