Frontend Bundling Via Bunnode

Bundling via Bun/Node with Make targets for typecheck and bundling Use when this capability is needed.

tomevault-io Updated

File contents

Skill: Frontend bundling via Bun/Node

Goal

Provide optional Make targets for TypeScript typecheck + bundling (Bun preferred).

Recommended targets

  • node_modules / make deps-frontend to install deps
  • make typecheck
  • make build (typecheck + bundle)
  • make build-fast (bundle only)
  • make bundle-watch
  • make bundle-clean

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/rcarmo--agentbox--frontend commit e359895810

Frequently asked questions

npx skillmds@latest add tomevault-io/frontend-bundling-via-bunnode