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

@ -0,0 +1,5 @@
export * from '../plugins.js';
import { rolldown } from 'rolldown';
export { rolldown }