fix(mod_esbuild): preserve function and class names in esbuild output by enabling keepNames in both dev and prod configs

This commit is contained in:
2026-03-11 19:34:52 +00:00
parent 5f0507b2c7
commit 54ac7e7188
3 changed files with 9 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbundle',
version: '2.9.1',
version: '2.9.2',
description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects'
}