mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-19 01:46:54 +08:00
drop ie support when build the frontend
This commit is contained in:
@@ -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']
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user