mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
drop ie support when build the frontend
This commit is contained in:
parent
1f3b337806
commit
a60bf1528a
|
@ -7,7 +7,7 @@ export default defineConfig({
|
|||
plugins: [
|
||||
vue(),
|
||||
legacy({
|
||||
targets: ['ie >= 11'],
|
||||
targets: ['ie > 11'],
|
||||
additionalLegacyPolyfills: ['regenerator-runtime/runtime']
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue