Vite Warmup Plugin

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

A Vite plugin that pre-warms the transform cache by transforming specified files and their imported JS modules recursively as soon as the dev server initializes. Current stable version 0.1.0 (released 2023), with an irregular release cadence. Key differentiators: focuses on warm-up only (not a framework-specific solution), supports both client and SSR files via glob patterns, and integrates with Vite's native transform pipeline. It solves the on-demand nature of Vite and deep module graph waterfall issues by caching hot-path files ahead of time. Requires Vite >=4.3 and does not support middlewareMode.