π§΅ A CLI Svelte Compiler & Watcher that works with Snowpack
"The goal of svelvet is to make svelte play nicely with snowpack and web_modules.
As of today, svelte depends on a loader for webpack or rollup which compiles your svelte components into individual js files. Since snowpack's goal is to avoid the need for a bundler, we can't use those loaders, but we can use svelte's internal compiler api to do 95% of the work for us. On top of that, svelvet adds automatic file watching to recompile your svelte files just like a loader would, but much faster!"
Jake Deichert
@jakedeichert