Hermes Wiki

Build Tooling And Bundlers

tsc, esbuild/Vite/webpack, monorepo tooling (Turborepo/Nx).

Why we need this / what value this brings

Build tool choice affects both dev-loop speed and production bundle size — worth understanding, not just copying defaults.

When to use this

Setting up a new package, or diagnosing a slow build/dev server.

How to use or implement this

Vite for app dev servers, esbuild-based tools generally over webpack for new projects.

Research questions

  • (add as research surfaces open questions)

Empty folder — drop notes, links, and findings here as you research.

Hermes Wiki