Browse Source
Merge remote-tracking branch 'upstream/master'
remotes/philippdormann/feature/gotify
Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with
1 additions and
1 deletions
-
vite.config.js
|
|
@ -7,7 +7,7 @@ export default defineConfig({ |
|
|
|
plugins: [ |
|
|
|
vue(), |
|
|
|
legacy({ |
|
|
|
targets: ['ie >= 11'], |
|
|
|
targets: ['ie > 11'], |
|
|
|
additionalLegacyPolyfills: ['regenerator-runtime/runtime'] |
|
|
|
}) |
|
|
|
] |
|
|
|