Skip to content

Plugins List

Vite plugin collection provided by @meng-xi/vite-plugin.

Plugins

PluginDescription
copyFileCopy files or directories after build
generateRouterAuto-generate route config from uni-app pages.json
generateVersionGenerate version with file output or global variable
injectIcoInject favicon links into HTML

Common Options

All plugins extend BasePlugin and share these base options:

OptionTypeDefaultDescription
enabledbooleantrueEnable plugin
verbosebooleantrueShow logs
errorStrategy'throw' | 'log' | 'ignore''throw'Error handling

Released under the MIT License.