fix(mod_custom): use absolute smartfs entry.path instead of joining with dirPath when building fullPath

This commit is contained in:
2026-03-05 16:47:47 +00:00
parent 9cf173293d
commit ecfd7600e2
3 changed files with 9 additions and 2 deletions

View File

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