Skip to content

Commit

Permalink
Do not minify (mangle) identifiers in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Mar 2, 2024
1 parent 2b77646 commit ce864ce
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 @@ -21,4 +21,7 @@ export default defineConfig({
],
},
},
esbuild: {
minifyIdentifiers: false,
}
});

0 comments on commit ce864ce

Please sign in to comment.