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 4cb5e51 commit 956b911Copy full SHA for 956b911
template/base/vite.config.js
@@ -3,7 +3,7 @@ import { fileURLToPath } from 'url'
3
import { defineConfig } from 'vite'
4
import legacy from '@vitejs/plugin-legacy'
5
import vue2 from '@vitejs/plugin-vue2'
6
-import vue2Jsx from '@vitejs/plugin-vue2'
+import vue2Jsx from '@vitejs/plugin-vue2-jsx'
7
8
// https://vitejs.dev/config/
9
export default defineConfig({
0 commit comments