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/
 | // https://vitejs.dev/config/
 | ||||||
| export default defineConfig({ | export default defineConfig({ | ||||||
|   plugins: [vue(), vueJsx()], |   plugins: [vue(), vueJsx()], | ||||||
|   define: { |  | ||||||
|     global: {}, |  | ||||||
|   }, |  | ||||||
|   resolve: { |   resolve: { | ||||||
|     alias: { |     alias: { | ||||||
|       '@': fileURLToPath(new URL('./src', import.meta.url)), |       '@': fileURLToPath(new URL('./src', import.meta.url)), | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user