exportedAs
The name of the function exported by this plugin.
For example, for the Vue plugin, which is natively configured like so:
import vue from '@vitejs/plugin-vue'
export default {
plugins: [vue()],
}
Content copied to clipboard
the exportedAs is vue
.