preactjs / preset-vite

Preset for using Preact with the vite bundler
https://npm.im/@preact/preset-vite
MIT License
257 stars 26 forks source link

SWC vs Babel in Vite #72

Open saolof opened 1 year ago

saolof commented 1 year ago

Vite 4.0 has built-in support for SWC and supports using it for react project, and Vercel is pushing Turbopack which is also based on SWC with no Babel. Should this project support SWC to be forward compatible with new build tools?

frammiie commented 1 year ago

Would love to see SWC support in the future for this preset 🙏