>_

Build

web dev & tools
ToolsBuild

Writing Vite Plugins: A Developer Guide

2026-03-05

Vite's plugin API is built on top of Rollup's, with Vite-specific hooks added on top. This guide walks through building a plugin from scratch.