vite-plugin-view
Dynamically render pages using custom template engines instead of the static `index.html` entry file.
Quick start
Come and give it a try!
Dynamically render pages using custom template engines instead of the static `index.html` entry file.
Quick start
Excludes specified module dependencies from runtime code and built bundles (CDN / globals / custom resolvers).
Quick start
Generate additional build artifacts (chunk files in different formats) after Vite's main build process.
Quick start
Combines multiple module files into a single target file (named / default / auto / no-export modes).
Quick start
A powerful Vite plugin for copying files / directories with advanced transformation and renaming.
Quick start
Displays the sequence and frequency of Vite calling its plugin hook functions (debug / optimize lifecycle).
Quick start
Bundles all CSS into a single JavaScript file when `cssCodeSplit: false` is enabled.
Quick start
Provides a simple, file-route based way to mock HTTP data (dev server only, supports request body).
Quick start
Serves specific scripts as `text/javascript` MIME type instead of the ES module MIME type.
Quick start
Transforms bulk imports from a single source module into individual sub-path / file imports (tree-shake friendly).
Quick start