Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Philipp Dormann 2021-07-13 12:39:28 +02:00
commit 073e2221f5
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -7,7 +7,7 @@ export default defineConfig({
plugins: [
vue(),
legacy({
targets: ['ie >= 11'],
targets: ['ie > 11'],
additionalLegacyPolyfills: ['regenerator-runtime/runtime']
})
]