packageName
The name of the NPM package which contains 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 packageName is @vitejs/plugin-vue
.