Skip to content

Commit 956b911

Browse files
committed
fix: fix plugin name
1 parent 4cb5e51 commit 956b911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/base/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { fileURLToPath } from 'url'
33
import { defineConfig } from 'vite'
44
import legacy from '@vitejs/plugin-legacy'
55
import vue2 from '@vitejs/plugin-vue2'
6-
import vue2Jsx from '@vitejs/plugin-vue2'
6+
import vue2Jsx from '@vitejs/plugin-vue2-jsx'
77

88
// https://vitejs.dev/config/
99
export default defineConfig({

0 commit comments

Comments
 (0)