drop ie support when build the frontend

pull/38/head
LouisLam 3 years ago
parent 1f3b337806
commit a60bf1528a

@ -7,7 +7,7 @@ export default defineConfig({
plugins: [ plugins: [
vue(), vue(),
legacy({ legacy({
targets: ['ie >= 11'], targets: ['ie > 11'],
additionalLegacyPolyfills: ['regenerator-runtime/runtime'] additionalLegacyPolyfills: ['regenerator-runtime/runtime']
}) })
] ]

Loading…
Cancel
Save