mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
fix: removed global define
This commit is contained in:
parent
2d9cb209b3
commit
889d594992
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue