what is vite?
markfirmware opened this issue · 3 comments
markfirmware commented
what is vite?
intrnl commented
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.
markfirmware commented
Thanks! Perhaps you might link to both svelte and vite in the readme.
intrnl commented
Sure.