lower build targets to support mobile ui stuff, eh

This commit is contained in:
cutestnekoaqua 2023-02-10 01:11:11 +01:00
parent db14e343d5
commit d72da65c2c

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: {