fix: removed global define

This commit is contained in:
Corentin Thomasset 2022-04-12 12:51:21 +02:00
parent 2d9cb209b3
commit 889d594992
No known key found for this signature in database
GPG Key ID: 3103EB5E79496F9C

View File

@ -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)),