vite-plugin-deadfile
Unused file finder
A plugin to find unused source files in Vite projects by comparing compiled files with referenced imports.
find unused source files with vite
29 stars
1 watching
3 forks
Language: TypeScript
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
drewdeponte/alt | A tool to find related file paths based on similarity ranking | 138 |
sapphi-red/vite-plugin-static-copy | A plugin for vite that copies files during dev server startup for faster build times | 292 |
arnoson/vite-plugin-live-reload | A plugin for live reloading in Vite projects | 86 |
richardtallent/vite-plugin-singlefile | A Vite plugin that inlines JavaScript and CSS resources into a single HTML file for offline web applications. | 867 |
fi3ework/vite-plugin-checker | A Vite plugin that runs checks for various code analysis tools in a worker thread. | 1,000 |
laynezh/vite-plugin-lib-assets | Extracts resource files referenced in library mode instead of embedding them as base64 | 102 |
pdelacroix/vite-plugin-melange | A Vite plugin that integrates Melange into the build process for compiling and hot reloading JavaScript source files. | 11 |
wchenonly/vite-plugin-find-image-duplicates | Identifies duplicate images in a project by analyzing image paths and types | 7 |
wchenonly/vite-plugin-cli-copy | Automates the process of copying a network URL in a project | 3 |
sindresorhus/unused-filename | A utility that generates unique file names by appending numbers to existing filenames. | 141 |
dvgis/vite-plugin-dc | A plugin for building and integrating DC-SDK into Vite projects | 3 |
skrulling/vite-plugin-biome | A Vite plugin that integrates the Biome linter and formatter into the build process for fast and automated code quality checks. | 46 |
arikw/vite-plugin-vue-static-sfc | Serves .vue files as static assets without processing them | 1 |
reifiedbeans/vite-plugin-serve-static | A Vite plugin for serving arbitrary static files during development | 7 |
tomjs/vite-plugin-html | A plugin for Vite that handles HTML files, providing compression, loading, and CDN functionality. | 4 |