disabledTargets

open fun disabledTargets(vararg targets: String)(source)


@get:Internal
abstract val disabledTargets: ListProperty<String>(source)

A list of targets names that should not be configured by the Vite plugin.

Example

vite {
disabledTargets("wasmJs")
}