Skip to content

Commit

Permalink
fix(module): gradient-avatar include
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 2, 2022
1 parent 07df347 commit 85c8210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default defineNuxtModule<ModuleOptions>({

nuxt.options.vite = {
optimizeDeps: {
include: ['gradient-avatar']
include: ['gradient-avatar/index.js']
}
}
}
Expand Down

0 comments on commit 85c8210

Please sign in to comment.