drop ie support when build the frontend

This commit is contained in:
LouisLam 2021-07-13 18:34:09 +08:00
parent 1f3b337806
commit a60bf1528a

View file

@ -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']
}) })
] ]