nextcloud / cdav-library

:date: 📇 CalDAV and CardDAV client library for JavaScript
https://www.npmjs.com/package/@nextcloud/cdav-library
GNU Affero General Public License v3.0
64 stars 15 forks source link

Bundle with vite #900

Closed st3iny closed 3 months ago

st3iny commented 3 months ago

Is your feature request related to a problem? Please describe.

This package should be bundled with vite. It is 2024 after all.

Describe the solution you'd like

Replace webpack with vite and use the shared vite config.

Describe alternatives you've considered

Stay on webpack.

Additional context

No response

st3iny commented 3 months ago

This will require migrating from Karma + Jasmine to either Jest or Vitest.

st3iny commented 3 months ago

Or we could just bundle with vite and keep webpack around for the tests :see_no_evil: