mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-22 22:09:38 -05: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 New Issue
Block a user