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