Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Jan 9, 2023
1 parent 39c3995 commit 1bb2c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/frontend/vite.config.ts
Expand Up @@ -42,9 +42,9 @@ export default defineConfig(({ command, mode }) => {

build: {
target: [
'chrome100',
'firefox100',
'safari15',
'chrome108',
'firefox109',
'safari16',
],
manifest: 'manifest.json',
rollupOptions: {
Expand Down

0 comments on commit 1bb2c22

Please sign in to comment.