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