Vite for Gradle • opensavvy.gradle.vite.base.tasks
Package-level declarations¶
Types¶
ViteExec
¶
@CacheableTask
abstract class ViteExec @Inject
constructor(process: ExecOperations) : DefaultTask
Executes a Vite command in the context of this project.
WriteConfig
¶
@DisableCachingByDefault
(because = "Not worth caching")abstract class WriteConfig : DefaultTask
Generates the vite.config.js
file from the values configured in the vite block
.