vite-plugin-entry-shaking
Code import optimizer
A plugin that optimizes code imports in development mode by eliminating unused exports
Mimic tree-shaking behaviour when importing code from an entry file in development mode.
125 stars
3 watching
9 forks
Language: TypeScript
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Improves chunk splitting in Vite to optimize bundle sizes and loading times | 356 |
| Generates a module to automatically import modules of a given folder | 3 |
| A plugin for Vite to optimize SVG files using SVGO | 29 |
| Optimizes image assets using Sharp.js and SVGO for better file sizes. | 350 |
| Manually pre-bundling plugin for Vite that allows developers to optimize and customize the bundling process of their applications. | 36 |
| A plugin for Vite that enables resource preloading and prefetching within import() statements. | 11 |
| Speeds up Vite's development server by leveraging SWC for JSX compilation and optimization | 883 |
| A Vite plugin that integrates Melange into the build process for compiling and hot reloading JavaScript source files. | 12 |
| A plugin that optimizes CSS module class names in production builds | 31 |
| Automatically navigates to the local IDE when clicking on an element in the browser | 699 |
| A Vite plugin to import SVG files as Solid.js components with optimization and SSR support | 79 |
| A Vite plugin that integrates the Biome linter and formatter into the build process for fast and automated code quality checks. | 50 |
| A Vite plugin that allows CSS variables to be exported and used in JavaScript, supporting various pre-processors and CSS modules. | 27 |
| A Vite plugin for managing dynamic import dependencies and splitting entry dependencies into smaller chunks. | 6 |
| A plugin for developing VSCode extensions with support for Vue and React, utilizing Vite for building and hot reloading webviews. | 46 |