Skip to content

Commit

Permalink
Simplify optimization entries
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgenVatle committed Mar 12, 2024
1 parent 0cc54e2 commit 7c955e5
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 @@ -26,6 +26,6 @@ export default defineConfig({
},
optimizeDeps: {
exclude: ['vue-meteor-tracker'],
entries: ['./imports/ui/main.js', 'meteor-vite/client'],
entries: ['./imports/ui/main.js'],
},
})

0 comments on commit 7c955e5

Please sign in to comment.