Skip to content

Commit

Permalink
fix: remove esm build
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Nov 9, 2023
1 parent 30afbaa commit 6b6f2a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default defineConfig({
],
server: {
port: 3000
},
build: {
target: 'esnext'
}
// build: {
// target: 'esnext'
// }
})

0 comments on commit 6b6f2a0

Please sign in to comment.