fix: removed vue jsx

This commit is contained in:
Jannat Patel
2025-12-17 14:58:38 +05:30
parent ca2b175e1c
commit 82c6fdf475

View File

@@ -1,7 +1,6 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import path from 'path'
import vueJsx from '@vitejs/plugin-vue-jsx'
import { VitePWA } from 'vite-plugin-pwa'
export default defineConfig(async ({ mode }) => {
@@ -22,7 +21,6 @@ export default defineConfig(async ({ mode }) => {
},
}),
vue(),
vueJsx(),
VitePWA({
registerType: 'autoUpdate',
devOptions: {