# Frontend Bundling Via Bunnode

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

- Skill: `tomevault-io/frontend-bundling-via-bunnode` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/frontend-bundling-via-bunnode`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/frontend-bundling-via-bunnode/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/frontend-bundling-via-bunnode

---


# 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](https://tomevault.io/claim/rcarmo) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

