Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
to ensure frontend available on all browsers with top level await
  • Loading branch information
bil-ash authored Dec 10, 2023
1 parent 474de91 commit a391676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function getConfig(): UserConfig {

build: {
target: [
'chrome116',
'chrome89',
'firefox116',
'safari16',
],
Expand Down

0 comments on commit a391676

Please sign in to comment.