Rolldown v1.2.8 is out đ
Custom chunking with repeated `getModuleInfo` calls was 4.9à faster with 34% lower peak memory in our benchmark âĄ
- Speed up repeated `getModuleInfo` calls during custom chunking
- Fix Vite bundled-dev server crash after removing a dynamic import
- Fix external wildcard re-exports missing from `OutputChunk.imports`
Rolldown v1.2.7 is out đ
- Fix `Export is not defined` from circular dynamic imports
- Fix `facadeModuleId` to be `null` like Rollup instead of missing
- Improve the `[PLUGIN_TIMINGS]` warning
Rolldown v1.2.5 is out đ
- Support the Android armv7 target
- Fix Yarn PnP resolution for ZIP and virtual importers
- Fix side-effect order when eager and lazy imports share a library
- Fix CJS output crashes caused by shadowed `require`, `__filename`, or `__dirname`
- More bug fixes and improvements