vite-plugin-importus

JSON →
library 1.0.5 ·javascript
verified Jun 4, 2026

Vite plugin for modular import transformation, automatically converting named imports from a library into path-specific imports and optional style imports. Version 1.0.5 requires Vite >=2 and Node >=14. It uses acorn and es-module-lexer for faster transforms (claimed 90% faster than alternatives like vite-plugin-import and vite-plugin-importer). Inspired by babel-plugin-import, it supports the same options. TypeScript types are included. Release cadence is irregular.