Nuxt Chrome Extension or Custom Vite Configs?
I have a Nuxt app that I just finished. Almost all of the functionality will be used in both an app, and a chrome extension. I am trying to figure out the best way to leverage the code I have.
Do you know of any ways to setup Nuxt to do multiple builds using two different vite configs? The extension one would package multiple entries and outputs while the app would just be the default. The extension would also only be an SPA while the app is universal.
0 Replies