cacheDir

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

Directory to save cache files. Files in this directory are pre-bundled deps or some other cache files generated by vite, which can improve the performance.

The value can be either an absolute file system path or a path relative to project root.