### Describe the task Vite shows better frontend performance due to better tree shaking and therefore lighter bundles and less js to load and parse for the browser. ### Affected components - [ ] Calendar: https://github.com/nextcloud/calendar/pull/6068 or https://github.com/nextcloud/calendar/pull/6357 - [x] Contacts: https://github.com/nextcloud/contacts/pull/3804 - [x] Mail: https://github.com/nextcloud/mail/pull/9757 - [x] nextcloud/calendar-availability-vue: https://github.com/nextcloud/calendar-availability-vue/pull/68 - [x] nextcloud/calendar-js: https://github.com/nextcloud/calendar-js/pull/733 - [x] nextcloud/cdav-library: https://github.com/nextcloud/cdav-library/issues/900 ### To do - [ ] Do
Describe the task
Vite shows better frontend performance due to better tree shaking and therefore lighter bundles and less js to load and parse for the browser.
Affected components
To do