matthiasott / eleventy-plus-vite

A clean and fast Eleventy Starter Project with Vite
https://eleventyplusvite.netlify.app
MIT License
197 stars 32 forks source link

Add Vite plugins to eleventy config #10

Open cozarkd opened 1 year ago

cozarkd commented 1 year ago

Hi, is it possible to add Vite plugins like Preact Preset to this project? I'm trying to implement this on a project that was previously working with Parcel (just for Typescript Preact) but now I'm close to make it work, I've already migrated to jsx instead because It seemed easier to setup.

I tried to add it but seems that Preact is not working, I'm not an expert on this so if someone could help me a little would be great.

Thanks for the starter theme btw.