While we are still waiting for the full bundle mode support in Vite for dev time, I think we can start to work on the chunking and bundling visualization first to make Vite DevTools at least useful to replace something like rollup-plugin-visualize.
I think I basically want to know the modules included in each chunk, the size of the chunk, and probably assets as well.
I am up to any data format that make sense to the Rolldown internal