Vite Ignore Dynamic Imports Plugin

JSON →
library 1.0.2 ·javascript
verified Jun 4, 2026

A Vite plugin that automatically adds `/* @vite-ignore */` comments to dynamic import statements, suppressing warnings from Vite's import analysis. Version 1.0.2 supports Vite 6 and 7. Unlike manual commenting, it automates the process across specified files, useful for external packages or generated code. Ships TypeScript types and uses `unplugin-ast` for AST transformation. Released under MIT, with a focus on developer convenience.