Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
@eleven_ty @vite_js So I spent the weekend and wrote a little thing to solve the rough edges between Vite and Eleventy. Introducing Vite Plugin Eleventy
npmjs.com/package/vite-plugin-eleventy
It’s super alpha software, so read all the caveats in the README before using, but for my testing setup, it works great
@eleven_ty @vite_js I’ve been playing around with this some more, have a couple of updates pushed for it, and have two small projects running on it. So far, it feels really good. I think the key to this setup is not overloading 11ty w/transforms or other code that greatly increases build speed.
@eleven_ty @vite_js Instead, rely on Vite to do some of that; for instance, I’m moving my image transforms from 11ty to a Vite plugin; same with my HTML minification