add es2017 target

This commit is contained in:
Johann150 2022-07-04 13:06:32 +02:00
parent f0a019c94f
commit 75a55ce8d3
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -49,6 +49,7 @@ export default defineConfig(({ command, mode }) => {
'chrome100',
'firefox100',
'safari15',
'es2017',
],
manifest: 'manifest.json',
rollupOptions: {