Vite continuous reloading
I'm using Vite 6.3.5. I keep getting optimize dependencies like below on each navigation, causing the app to reload.
I tried disabling optimize dependencies (optimizeDeps.disabled=true) but it seems to prevent Clerk from loading.
Is there another approach? I imagine I could exclude all third party npm packages (optimizeDeps.exclude), but it is quite a list.
5:49:28 AM [vite] (client) ✨ new dependencies optimized: lodash, @internationalized/date, react-colorful, @radix-ui/react-alert-dialog, @radix-ui/react-radio-group...
0 Replies