3 changed files with 18 additions and 19 deletions
			
			
		| @ -1,15 +1,14 @@ | |||||
| import { defineConfig } from "vite" | import { defineConfig } from 'vite' | ||||
| import vue from "@vitejs/plugin-vue" | import vue from '@vitejs/plugin-vue' | ||||
| import legacy from "@vitejs/plugin-legacy" | import legacy from '@vitejs/plugin-legacy' | ||||
| 
 | 
 | ||||
| // https://vitejs.dev/config/
 | // https://vitejs.dev/config/
 | ||||
| export default defineConfig({ | export default defineConfig({ | ||||
|     base: "./", |  | ||||
|   plugins: [ |   plugins: [ | ||||
|       vue(), |       vue(), | ||||
|       legacy({ |       legacy({ | ||||
|             targets: ["ie > 11"], |           targets: ['ie > 11'], | ||||
|             additionalLegacyPolyfills: ["regenerator-runtime/runtime"] |           additionalLegacyPolyfills: ['regenerator-runtime/runtime'] | ||||
|       }) |       }) | ||||
|   ] |   ] | ||||
| }) | }) | ||||
|  | |||||
					Loading…
					
					
				
		Reference in new issue