intrnl/vite-plugin-svelte

what is vite?

markfirmware opened this issue · 3 comments

what is vite?

Vite is a no-bundler bundler, where during development, instead of bundling your app, it would instead run a dev server that transforms files on the fly.

Thanks! Perhaps you might link to both svelte and vite in the readme.

Sure.