feat(bundler): Introduce rspack bundler support and update multi-bundler workflow
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user