Vite for Gradle • opensavvy.gradle.vite.base.config • ExternalVitePlugin • isNamedExport
isNamedExport¶
val isNamedExport: Boolean = false
If true
, the configuration will be generated as import {name} from 'foo'
, whereas if false
the configuration will be generated as import name from 'foo'
.