version

@get:Internal
abstract val version: Property<String>(source)

The version of the Vite package used by this build.

Example

vite {
version.set("3.0.0")
}

External resources