Browse Source

drop ie support when build the frontend

philippdormann/feature/release-management
LouisLam 4 years ago
parent
commit
a60bf1528a
  1. 2
      vite.config.js

2
vite.config.js

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

Loading…
Cancel
Save