Hacker News new | ask | show | jobs
by anthonybullard 2518 days ago
I was able to create a full web app using Preact with no build pipeline at all. It was not the best experience mostly because of no concatenation.

I ended up adding Parcel for easy Typescript support.