Browse Source

Merge remote-tracking branch 'upstream/master'

remotes/philippdormann/feature/gotify
Philipp Dormann 4 years ago
parent
commit
073e2221f5
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 2
      vite.config.js

2
vite.config.js

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

Loading…
Cancel
Save