nuxt-community / proxy-module

The one-liner node.js http-proxy middleware solution for Nuxt 2 using http-proxy-middleware
MIT License
413 stars 26 forks source link

Fix warning about vite.config.js #120

Closed edwh closed 3 weeks ago

edwh commented 1 year ago

WARN Using vite.config.js is not supported together with Nuxt. Use options.vite instead. You can read more in https://nuxt.com/docs/api/configuration/nuxt-config#vite.

This issue to to move that config into nuxt.config.ts and also test that whatever we have moved still works.

titusdecali commented 1 month ago

Wnat about cases where we need two vite.config files? (I have a separate widget builder which requires its own config)

edwh commented 3 weeks ago

Sorry, I raised this on the wrong repo.