Vite Rollup Plugins
https://vite-rollup-plugins.patak.dev07.02.2010 · A list of rollup plugins compatibility for Vite v2.7.10. Define and resolve aliases for bundle dependencies. Automatically install dependencies that are imported by a bundle. Convert .csv and .tsv files into JavaScript modules with d3-dsv. …
Plugin API | Vite
https://vitejs.dev/guide/api-pluginVite plugins extends Rollup's well-designed plugin interface with a few extra Vite-specific options. As a result, you can write a Vite plugin once and have it work for both dev and build. It is recommended to go through Rollup's plugin documentation first before reading the sections below. Authoring a Plugin
Vite Rollup Plugins
vite-rollup-plugins.patak.devFeb 07, 2010 · A list of rollup plugins compatibility for Vite v2.7.10. Define and resolve aliases for bundle dependencies. Automatically install dependencies that are imported by a bundle. Convert .csv and .tsv files into JavaScript modules with d3-dsv. Resolving dynamic imports that contain variables.