vite-plugin-magic-preloader
Import preloader
A plugin for Vite that enables resource preloading and prefetching within import() statements.
A Vite plugin for preloading and prefetching
11 stars
1 watching
0 forks
Language: TypeScript
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
wille/vite-preload | A Vite plugin to preload server-rendered React components and stylesheets for improved loading performance. | 17 |
vite-plugin/vite-plugin-commonjs | A pure JavaScript implementation of the CommonJS module system for use in web applications. | 110 |
tomjs/vite-plugin-html | A plugin for Vite that handles HTML files, providing compression, loading, and CDN functionality. | 4 |
dreambo8563/vite-plugin-bundle-prefetch | A Vite plugin to prefetch resources in bundles | 19 |
davidbonnet/vite-plugin-module-list | Generates a module to automatically import modules of a given folder | 3 |
nonzzz/vite-plugin-cdn | A plugin that replaces module imports with CDN URLs in Vite projects. | 75 |
dschungelabenteuer/vite-plugin-entry-shaking | A plugin that optimizes code imports in development mode by eliminating unused exports | 124 |
mrqinyq/vite-plugin-dynamic-chunk | A Vite plugin for managing dynamic import dependencies and splitting entry dependencies into smaller chunks. | 3 |
preactjs/preset-vite | A configuration preset for bundling Preact applications with Vite | 260 |
jfgodoy/vite-plugin-solid-svg | A Vite plugin to import SVG files as Solid.js components with optimization and SSR support | 76 |
pdelacroix/vite-plugin-melange | A Vite plugin that integrates Melange into the build process for compiling and hot reloading JavaScript source files. | 11 |
applelo/vite-plugin-browser-sync | An extension for Vite that integrates BrowserSync for live code reloading and previewing. | 67 |
shixuanhong/vite-plugin-css-export | A Vite plugin that allows CSS variables to be exported and used in JavaScript, supporting various pre-processors and CSS modules. | 27 |
arnoson/vite-plugin-live-reload | A plugin for live reloading in Vite projects | 86 |
jpkleemans/vite-svg-loader | A Vite plugin that loads SVG files as Vue components with optional optimization and configuration options | 596 |