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:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-11 - 2.9.2 - fix(mod_esbuild)
|
||||
preserve function and class names in esbuild output by enabling keepNames in both dev and prod configs
|
||||
|
||||
- Added keepNames: true to esbuild options in ts/mod_esbuild/index.child.ts for the non-minified/dev build
|
||||
- Added keepNames: true to esbuild options in ts/mod_esbuild/index.child.ts for the minified/production build to improve stack traces, debugging, and runtime reflection
|
||||
|
||||
## 2026-03-05 - 2.9.1 - fix(mod_custom)
|
||||
use absolute smartfs entry.path instead of joining with dirPath when building fullPath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user