mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-23 06:19:49 -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: [
|
plugins: [
|
||||||
vue(),
|
vue(),
|
||||||
legacy({
|
legacy({
|
||||||
targets: ['ie >= 11'],
|
targets: ['ie > 11'],
|
||||||
additionalLegacyPolyfills: ['regenerator-runtime/runtime']
|
additionalLegacyPolyfills: ['regenerator-runtime/runtime']
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user