vite-plugin-glob-accept
```ts import.meta.hot.accept([ './a.js', './b.js', './c.js', './d.js', './e.js', './f.js' ], dosomething) // replace with import.meta.hot.accept(['./*.js'], dosomething) ```
```ts import.meta.hot.accept([ './a.js', './b.js', './c.js', './d.js', './e.js', './f.js' ], dosomething) // replace with import.meta.hot.accept(['./*.js'], dosomething) ```
automatically generate a claims file, mounted into vue global instance variables
💥 A vite plugin that resolve the conflict between http2 and proxy
Vite plugin for happy-css-modules
A Vite plugin that lets SPA applications generate a Content Security Policy (CSP), relying on hashing for inline scripts and styles.
Vite Plugin for hashed favicons
A plugin to write GLSL more comfortably.
Import, inline (and compress) GLSL shader files
A Vite plugin inspired by Ruby Guard's watch feature
Vite-powered Gutenberg block development for Wordpress
vite 面向组件库的全局 api 的插件
Define constants for your project to facilitate reuse of your code across multiple products
A Vite plugin for generating Iconify JSON from SVG files
A vite plugin that loads iconify icons from projects on demand to support iconify icons for use in environments where the public network is not accessible
Preset the icon to be packaged
Vite plugin that generates a spritesheet and types out of your icons folder.
📦 Vite plugin for idle warming up the transform cache
a plugin for condition complie in vite ,transplant from webpack plugin ifdef-loader(https://github.com/nippur72/ifdef-loader#readme)
Vite plugin for simple IIFE-compiled script imports.