Skip to content

Commit

Permalink
fix: optimize feathers-pinia deps with vite
Browse files Browse the repository at this point in the history
  • Loading branch information
GaborTorma committed Oct 5, 2024
1 parent e91ea2f commit 76f7ea4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playground/nuxt-app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ export default defineNuxtConfig({
},
},

vite: {
optimizeDeps: {
include: [
'feathers-pinia',
],
},
},

devtools: { enabled: true },
})

0 comments on commit 76f7ea4

Please sign in to comment.