Tutorial Apr 22, 2026 10 min read
Zero-Config Library Publishing: The @fotros/bundler Workflow
Stop fiddling with Rollup configs. This tutorial walks through the opinionated bundler workflow we use internally for every Fotros package.
Every Fotros package is built with @fotros/bundler — our opinionated, zero-config bundler for npm library authors. This post walks through the full workflow, from project setup to publishing.
Installation
bash
1
npm install -D @fotros/bundler
Tags
TutorialBundlernpmDX