lower build targets to support mobile ui stuff, eh

This commit is contained in:
cutestnekoaqua 2023-02-10 01:11:11 +01:00
parent d5eb131f58
commit 6554b2eb9a
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 4 additions and 4 deletions

View File

@ -46,10 +46,10 @@ export default defineConfig(({ command, mode }) => {
build: {
target: [
'chrome108',
'firefox109',
'safari16',
'es2022',
'chrome87',
'firefox78',
'safari14',
'es2017',
],
manifest: 'manifest.json',
rollupOptions: {