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: { build: {
target: [ target: [
'chrome108', 'chrome87',
'firefox109', 'firefox78',
'safari16', 'safari14',
'es2022', 'es2017',
], ],
manifest: 'manifest.json', manifest: 'manifest.json',
rollupOptions: { rollupOptions: {