Skip to content

Commit

Permalink
extend browser compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
cogentapps committed Jul 9, 2023
1 parent 0701303 commit 25fd17a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export default defineConfig(() => {
},
build: {
outDir: "build",
target: "es2020"
},
esbuild: {
target: "es2020"
},
resolve: {
alias: {
Expand Down

0 comments on commit 25fd17a

Please sign in to comment.