fix(mod_output): resolve absolute and relative entry.path correctly when adding files

This commit is contained in:
2026-01-23 19:08:55 +00:00
parent 6d88adcd1e
commit f0fb99c8ae
4 changed files with 12 additions and 2 deletions

View File

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