Vue with unimport plugins or Nuxt?
Hey guys. Have a very big project (15+ nuxt layers) that is kinda insane to build - dev server is very slow, build takes around 15gb of RAM, and there's no ETA on nuxt 5 to adopt rolldown. also tests are slow because of nuxt/test-utils, which bring a lot of harness.
application is SPA, so im thinking of migrating it on clean vite + nitro (v3). i want to make tests faster (since no nuxt/test-utils) and optimize my build and dev server
is there any caveats i should be looking out for?