fix(build): include HTML files in tsbundle output and bump tsbuild/tsbundle devDependencies

This commit is contained in:
2026-03-05 19:06:53 +00:00
parent 26e6eea5d5
commit fb7d4d988b
6 changed files with 24 additions and 17 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-05 - 11.0.51 - fix(build)
include HTML files in tsbundle output and bump tsbuild/tsbundle devDependencies
- Add includeFiles: ["./html/**/*.html"] to bundler config in npmextra.json so HTML assets are included in the bundle
- Bump devDependencies: @git.zone/tsbuild ^4.2.4 -> ^4.2.6, @git.zone/tsbundle ^2.9.0 -> ^2.9.1 (non-breaking tooling updates)
## 2026-03-05 - 11.0.50 - fix(devDependencies)
bump @git.zone/tsbuild to ^4.2.4