modulePreload
Whether to automatically inject a module preload polyfill.
Currently, does not support the resolveDependencies
function.
Example
vite {
build {
modulePreload.set(false)
}
}
Content copied to clipboard
Whether to automatically inject a module preload polyfill.
Currently, does not support the resolveDependencies
function.
vite {
build {
modulePreload.set(false)
}
}