fix(module): gradient-avatar include

This commit is contained in:
Benjamin Canac
2022-02-02 12:06:14 +01:00
parent 07df347fe3
commit 85c8210ede

View File

@@ -225,7 +225,7 @@ export default defineNuxtModule<ModuleOptions>({
nuxt.options.vite = { nuxt.options.vite = {
optimizeDeps: { optimizeDeps: {
include: ['gradient-avatar'] include: ['gradient-avatar/index.js']
} }
} }
} }