Skip to content

Commit

Permalink
Mark all dependencies as external
Browse files Browse the repository at this point in the history
If we don't do that, they will be included in the bundle.
  • Loading branch information
sandhose committed Jun 18, 2024
1 parent 4ec7b88 commit b24e887
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ export default defineConfig({
"react/jsx-dev-runtime",
"classnames",
"vaul",
"@floating-ui/react",
"@floating-ui/react-dom",
"@radix-ui/react-context-menu",
"@radix-ui/react-dropdown-menu",
"@radix-ui/react-form",
"@radix-ui/react-separator",
"@radix-ui/react-slot",
"@radix-ui/react-tooltip",
],

Expand Down

0 comments on commit b24e887

Please sign in to comment.