Vite Plugin Babel Compiler

JSON →
library 0.4.1 ·javascript
verified Jun 4, 2026

A Vite plugin that replaces esbuild transpilation with Babel for files matching include/exclude patterns. Version 0.4.1 is the latest stable release; the plugin is actively maintained with infrequent updates. It enables experimental JavaScript features (e.g., decorators, class properties) that esbuild does not support, providing fine-grained control via Babel configurations. Unlike alternative plugins like @mdx-js/rollup or manual esbuild configure, this plugin integrates seamlessly with Vite's build pipeline and supports both development and production builds. Requires @babel/core as a peer dependency and Vite >=2.0.0.