Update vite.config.ts
This commit is contained in:
parent
39c3995c74
commit
1bb2c22493
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ export default defineConfig(({ command, mode }) => {
|
|||
|
||||
build: {
|
||||
target: [
|
||||
'chrome100',
|
||||
'firefox100',
|
||||
'safari15',
|
||||
'chrome108',
|
||||
'firefox109',
|
||||
'safari16',
|
||||
],
|
||||
manifest: 'manifest.json',
|
||||
rollupOptions: {
|
||||
|
|
Loading…
Reference in a new issue