Skip to content

Commit

Permalink
fix: iife
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed May 17, 2024
1 parent db5192b commit 66ad87f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export default defineConfig((config) => {
},
server: {
port: 3000
},
esbuildTransformOptions: {
banner: ';'
}
})

Expand Down

0 comments on commit 66ad87f

Please sign in to comment.