Skip to content

Commit

Permalink
fix(build): disable minify identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Jun 30, 2023
1 parent 2bc1244 commit 0a285a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
platform: 'node',
target: 'node18',
sourcemap: 'external',
minifyIdentifiers: false,
},
build: {
outDir: 'lib',
Expand Down

0 comments on commit 0a285a6

Please sign in to comment.