mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-04 06:31:51 +03:00
fix: removed global define
This commit is contained in:
parent
2d9cb209b3
commit
889d594992
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user