back to home

antfu-collective / vite-plugin-inspect

Inspect the intermediate state of Vite plugins

View on GitHub
1,645 stars
100 forks
13 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing antfu-collective/vite-plugin-inspect in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/antfu-collective/vite-plugin-inspect)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

vite-plugin-inspect Inspect the intermediate state of Vite plugins. Useful for debugging and authoring plugins. Install > [!NOTE] > > v10.x requires **Vite v6.0.1** or above. > > For Vite v2 to v5, use v0.8.x of . If you want to use it with both Vite 6 and below, you can still use v0.8.x, it's forwards compatible. Add plugin to your : Then run and visit localhost:5173/__inspect/ to inspect the modules. Build Mode To inspect transformation in build mode, you can pass the option: After running , the inspector client will be generated under , where you can use to check the result. Sponsors License MIT License © 2021-PRESENT Anthony Fu