We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb17d97 commit 35621c8Copy full SHA for 35621c8
src/module.js
@@ -28,6 +28,7 @@ export default defineNuxtModule({
28
nuxt.options.build.transpile.push(runtimeDir, 'nuxt-db')
29
30
extendViteConfig(config => {
31
+ config.optimizeDeps.include ||= []
32
config.optimizeDeps.include.push('fuzzysort')
33
})
34
0 commit comments