feat(bundler): Introduce rspack bundler support and update multi-bundler workflow

This commit is contained in:
Juergen Kunz
2025-06-19 20:37:21 +00:00
parent 2bc219e3bc
commit a4b6956072
12 changed files with 539 additions and 24 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-06-19 - 2.4.0 - feat(bundler)
Introduce rspack bundler support and update multi-bundler workflow
- Added full support for rspack with its own implementation in ts/mod_rspack
- Updated package.json: new dependency on @rspack/core and revised description
- Refactored bundler types and switch statement to remove deprecated rollup and parcel options
- Modified test suite to include tests for esbuild, rolldown, and rspack with bundle size comparisons
- Adjusted output configuration for esbuild and rolldown for dynamic naming and inline dynamic imports
## 2025-06-19 - 2.3.0 - feat(bundler)
Integrate rolldown bundler support and update bundler selection logic