ViteKT
Toggle table of contents
0.6.0
jvm
Platform filter
jvm
Switch theme
Search in API
ViteKT
Vite for Gradle
/
opensavvy.gradle.vite.base.config
/
ViteConfig
/
build
build
open
fun
build
(
block
:
ViteBuildConfig
.
(
)
->
Unit
)
:
ViteBuildConfig
(
source
)
abstract
val
build
:
ViteBuildConfig
(
source
)
Configuration for Rollup to build the production bundle.
Example
vite {
build {
// …
}
}
Content copied to clipboard