natemoo-re / microsite

Do more with less JavaScript. Microsite is a smarter, performance-obsessed static site generator powered by Preact and Snowpack.

Home Page:https://npm.im/microsite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slow builds

natemoo-re opened this issue · comments

Since rollup is executed in a few phases, builds are pretty slow.

I'd like to switch to esbuild as soon as support for CSS Modules lands.

Implemented in #8. esbuild is only running the [jt]sx? transforms, so rollup is doing the heavy lifting on everything else (CSS Modules, etc). Performance is significantly improved!