Skip to content

Commit

Permalink
feat: update build target
Browse files Browse the repository at this point in the history
  • Loading branch information
harryle95 committed Jun 11, 2024
1 parent 47d23df commit 230fc77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import react from "@vitejs/plugin-react";

// https://vitejs.dev/config/
export default defineConfig({
build: {
target: "esnext",
},
test: {
coverage: {
thresholds: {
Expand Down

0 comments on commit 230fc77

Please sign in to comment.