Skip to content

Commit 3fe05d4

Browse files
committed
Apply keepNames to ESBuild improve debug messages
1 parent 08ce933 commit 3fe05d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/esbuild.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ function buildProd() {
227227
yamlPlugin({}),
228228
sveltePlugin(svelteConfig),
229229
],
230+
keepNames: true,
230231
banner: createBanner(),
231232
drop: ['debugger'],
232233
format: 'iife',

0 commit comments

Comments
 (0)