An experimental svelte compiler & watcher that works with snowpack
Svelvet is an experimental Svelte compiler and watcher that is designed to work with snowpack v1. It was developed to address the lack of an easy way to integrate Svelte and Snowpack. However, with the release of Snowpack v2, which now includes built-in support for Svelte, Svelvet is no longer necessary. Additionally, the author has decided not to continue supporting Svelvet due to production performance issues with esm.
To install Svelvet, follow these steps:
npm install svelvet
Svelvet is an experimental Svelte compiler and watcher that was created to enable seamless integration between Svelte and Snowpack v1. However, with the release of Snowpack v2, which now includes built-in support for Svelte, the need for Svelvet has been eliminated. Additionally, the author has decided not to continue supporting Svelvet due to production performance issues.