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()],
}

the exportedAs is vue.