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

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbundle',
version: '2.2.5',
version: '2.3.0',
description: 'a bundler using rollup for painless bundling of web projects'
}