modulePreload

@get:Internal
abstract val modulePreload: Property<Boolean>(source)

Whether to automatically inject a module preload polyfill.

Currently, does not support the resolveDependencies function.

Example

vite {
build {
modulePreload.set(false)
}
}

External resources