Skip to content

Commit

Permalink
chore: optimize canvas-confetti
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Jun 2, 2023
1 parent 775a63b commit 196a680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export default defineConfig({
LOUISETTE_VERSION: JSON.stringify(version),
},
optimizeDeps: {
entries: ['highlight.js', '@floating-ui/dom'],
entries: ['highlight.js', '@floating-ui/dom', 'canvas-confetti'],
},
})

0 comments on commit 196a680

Please sign in to comment.