vite-plugins icon indicating copy to clipboard operation
vite-plugins copied to clipboard

Some custom plugins for vitejs.

trafficstars

vite-plugins

Some custom plugins for vitejs.

English | 中文

Plugins

  • vite-plugin-combine - Combines specified files to produce a single master file.
  • vite-plugin-cp - Copies files to a specified directory.
  • vite-plugin-external - Provides a way of excluding dependencies from the runtime code and output bundles.
  • vite-plugin-hook-use - Displays the sequence and frequency of vite calling its hook functions.
  • vite-plugin-include-css - build css into individual js files instead of using css links.
  • vite-plugin-mock-data - Provides a simple way to mock data.
  • vite-plugin-reverse-proxy - Makes the script to be served with the text/javascript MIME type instead of module MIME type.