disabledTargets
A list of targets names that should not be configured by the Vite plugin.
Example
vite {
disabledTargets("wasmJs")
}Content copied to clipboard
A list of targets names that should not be configured by the Vite plugin.
vite {
disabledTargets("wasmJs")
}