We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9af4a commit 07c01bcCopy full SHA for 07c01bc
packages/fastify-vue/plugin/index.js
@@ -20,7 +20,7 @@ export default function viteFastifyVue ({ ts } = {}) {
20
clientModule: ts ? '$app/index.ts' : '$app/index.js'
21
}), {
22
// https://vite.dev/guide/api-plugin#conventions
23
- name: 'vite-plugin-react-vue',
+ name: 'vite-plugin-vue-fastify',
24
config,
25
configResolved: configResolved.bind(context),
26
resolveId: resolveId.bind(context),
0 commit comments