diff --git a/vite.config.ts b/vite.config.ts index 24cd4ea3..0e5d497d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,9 +7,6 @@ import vueJsx from '@vitejs/plugin-vue-jsx'; // https://vitejs.dev/config/ export default defineConfig({ plugins: [vue(), vueJsx()], - define: { - global: {}, - }, resolve: { alias: { '@': fileURLToPath(new URL('./src', import.meta.url)),