Skip to content

Commit

Permalink
Apply keepNames to ESBuild improve debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
SnaveSutit committed Mar 16, 2024
1 parent 08ce933 commit 3fe05d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ function buildProd() {
yamlPlugin({}),
sveltePlugin(svelteConfig),
],
keepNames: true,
banner: createBanner(),
drop: ['debugger'],
format: 'iife',
Expand Down

0 comments on commit 3fe05d4

Please sign in to comment.