Skip to content

Commit

Permalink
Include identity names in build code
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Mar 18, 2024
1 parent d4f3016 commit b97fdb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export default defineConfig({
},
sourcemap: true,
},
esbuild: {
// only disabling keepNames is not supported yet
minifyIdentifiers: false,
},
test: {
browser: {
enabled: true,
Expand Down

0 comments on commit b97fdb4

Please sign in to comment.