nuxt / vercel-builder

Vercel Builder for Nuxt
MIT License
646 stars 75 forks source link

Quite destructive when running vercel dev / build / deploy locally. #802

Open joeswann opened 1 year ago

joeswann commented 1 year ago

Some background, I have quite a large number of Nuxt 2 websites that require occasional updates. Once in a while we have a big enough update to justify upgrading versions but it's quite a lot of work and Nuxt 3 with certain dependencies honestly has it's own issues deploying to vercel.

In the process of recently debugging a build I have been running vercel locally, and while it's easy enough to gitignore node_modules* the rewriting of package.json and tsconfig.json are a bit of a grind.

I realise this is legacy and not expecting to change, but thought I would mention just incase its easily fixable. In the meantime I am working on a fork to solve this and some other issues, but it's quite specific to my use case (monorepo) and also currently broken.