|
|
|
@ -1,17 +1,17 @@ |
|
|
|
import { fileURLToPath, URL } from 'node:url' |
|
|
|
|
|
|
|
import { defineConfig } from 'vite' |
|
|
|
import legacy from '@vitejs/plugin-legacy' |
|
|
|
// import legacy from '@vitejs/plugin-legacy'
|
|
|
|
import vue2 from '@vitejs/plugin-vue2' |
|
|
|
|
|
|
|
// https://vitejs.dev/config/
|
|
|
|
export default defineConfig({ |
|
|
|
plugins: [ |
|
|
|
vue2(), |
|
|
|
legacy({ |
|
|
|
targets: ['ie >= 11'], |
|
|
|
additionalLegacyPolyfills: ['regenerator-runtime/runtime'] |
|
|
|
}) |
|
|
|
// legacy({
|
|
|
|
// targets: ['ie >= 11'],
|
|
|
|
// additionalLegacyPolyfills: ['regenerator-runtime/runtime']
|
|
|
|
// })
|
|
|
|
], |
|
|
|
resolve: { |
|
|
|
alias: { |
|
|
|
|