Skip to content

Commit

Permalink
chore: optimize floating-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Jun 1, 2023
1 parent 636174d commit 775a63b
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'],
entries: ['highlight.js', '@floating-ui/dom'],
},
})

0 comments on commit 775a63b

Please sign in to comment.