target

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

Browser compatibility target for the final bundle.

For more information, see the official documentation.

Example

vite {
build {
target.set("modules")
}
}

External resources