sveltejs / vite-plugin-svelte

Svelte plugin for http://vitejs.dev/
MIT License
844 stars 103 forks source link

remove support for svelte3 #723

Closed dominikg closed 1 year ago

dominikg commented 1 year ago

Describe the problem

supporting more than one svelte version simultaneously complicates the test matrix and requires version checking/code branches

Describe the proposed solution

remove svelte3 support. 4 has been out for a good while and updating is easy enough.

Alternatives considered

keep supporting svelte 3 until svelte 5 arrives, which is going to require another breaking release anyways

Importance

would make my life easier