feat(bundler): Integrate rolldown bundler support and update bundler selection logic

This commit is contained in:
Juergen Kunz
2025-06-19 20:10:45 +00:00
parent 09a470d409
commit 2a808cc186
10 changed files with 472 additions and 6 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-06-19 - 2.3.0 - feat(bundler)
Integrate rolldown bundler support and update bundler selection logic
- Added rolldown dependency to package.json
- Extended ICliOptions to include 'rolldown' as a valid bundler option
- Created ts/mod_rolldown module with buildTest and buildProduction implementations
- Updated getBundlerPath in tsbundle.class.tsbundle.ts to route to new rolldown module
- Revised readme and hints documentation for rolldown usage
## 2025-01-29 - 2.2.5 - fix(mod_assets)
Fix async handling in asset processing