Skip to content

Commit

Permalink
🔧 (vite) add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 10, 2021
1 parent 02a65bd commit 1553720
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,17 @@ export default nuxtConfig({
vite: {
optimizeDeps: {
exclude: ['ohmyfetch', 'vue-demi', 'scule', '@vueuse/integrations', 'lokidb'],
include: ['defu', 'theme-colors', 'cookie', 'js-cookie', 'property-information', 'clipboard']
include: [
'defu',
'theme-colors',
'cookie',
'js-cookie',
'property-information',
'clipboard',
'qrcode',
'axios',
'nprogress'
]
}
},
build: {
Expand Down

0 comments on commit 1553720

Please sign in to comment.