Skip to content

Commit

Permalink
Merge pull request #57 from HE-Arc/dev
Browse files Browse the repository at this point in the history
Added Vite target
  • Loading branch information
JoFlucki authored May 2, 2024
2 parents 92db1ec + 68f687b commit d8e9ba8
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 d8e9ba8

Please sign in to comment.