Skip to content

Commit

Permalink
Added Vite target
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFlucki committed May 2, 2024
1 parent 4b5bcc8 commit 68f687b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ export default defineConfig({
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
build: {
target: 'esnext'
}
})

0 comments on commit 68f687b

Please sign in to comment.