Vite for Gradle • opensavvy.gradle.vite.base.config • ViteConfig • plugins
plugins¶
@get:
Internal
abstract val plugins: ListProperty<ExternalVitePlugin>
The list of Vite plugins from NPM imported by this project.
To easily add values of this property, we provide the plugin
helper function.
For more information on plugins, see ExternalVitePlugin
.