plugins

@get:Internal
abstract val plugins: ListProperty<ExternalVitePlugin>(source)

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.