You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
I've been trying to migrate a Nuxt app to Vite+, but am running into some dependency shenanigans. From what I can tell, Nitro v3 has experimental rolldown support which is required for Vite+ to work, but Nuxt 4 is currently tightly coupled to nitropack v2.
One solution would be to just wait for Nuxt v5, as that'll reportedly natively use Nitro v3, but I am wondering:
Did anybody here successfully monkey-patch the dependency tree of a Nuxt app to make it work with Vite+? Cheers!
(@TheAlexLichter figured I'd post this publicly in case it'll help others in the future :) )