### Describe the bug when using `generateBundle` in plugins, the manifest file isn't included, unlike current vite which generates it normally ### Reproduction https://github.com/huseeiin/rolldown-vite-bug-reproduction ### Steps to reproduce _No response_ ### System Info ```shell System: OS: Linux 6.8 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish) CPU: (4) x64 Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz Memory: 2.85 GB / 7.65 GB Container: Yes Shell: 5.1.16 - /bin/bash Binaries: Node: 22.18.0 - /run/user/1000/fnm_multishells/7395_1757502388569/bin/node npm: 10.9.3 - /run/user/1000/fnm_multishells/7395_1757502388569/bin/npm pnpm: 10.15.1 - ~/.bun/bin/pnpm bun: 1.2.20 - ~/.bun/bin/bun npmPackages: rolldown-vite: 7.1.8 ``` ### Used Package Manager pnpm ### Logs _No response_ ### Validations - [x] Follow our [Code of Conduct](https://github.com/vitejs/rolldown-vite/blob/main/CODE_OF_CONDUCT.md) - [x] Read the [Contributing Guidelines](https://github.com/vitejs/rolldown-vite/blob/main/CONTRIBUTING.md). - [x] Read the [docs](https://vite.dev/guide) and the [Rolldown-related guide](https://main.vite.dev/guide/rolldown.html). - [x] Check that there isn't [already an issue](https://github.com/vitejs/rolldown-vite/issues) that reports the same bug to avoid creating a duplicate. - [x] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vitejs/rolldown-vite/discussions) or join our [Discord Chat Server](https://chat.vite.dev/). - [x] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
when using
generateBundlein plugins, the manifest file isn't included, unlike current vite which generates it normallyReproduction
https://github.com/huseeiin/rolldown-vite-bug-reproduction
Steps to reproduce
No response
System Info
System: OS: Linux 6.8 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish) CPU: (4) x64 Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz Memory: 2.85 GB / 7.65 GB Container: Yes Shell: 5.1.16 - /bin/bash Binaries: Node: 22.18.0 - /run/user/1000/fnm_multishells/7395_1757502388569/bin/node npm: 10.9.3 - /run/user/1000/fnm_multishells/7395_1757502388569/bin/npm pnpm: 10.15.1 - ~/.bun/bin/pnpm bun: 1.2.20 - ~/.bun/bin/bun npmPackages: rolldown-vite: 7.1.8Used Package Manager
pnpm
Logs
No response
Validations