You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Hi, I’m using rolldown-vite as the bundler in my Vite project, and attempting to configure manualChunks in the rollupOptions.output results in a build failure. Seems like manualChunks is not supported yet by rolldown and will be used by advancedChunks
✗ Build failed in 390ms
error during build:
Failed validate output options.
- For the "manualChunks". Invalid key: Expected never but received "manualChunks".
Describe the bug
Hi, I’m using rolldown-vite as the bundler in my Vite project, and attempting to configure manualChunks in the rollupOptions.output results in a build failure. Seems like
manualChunksis not supported yet by rolldown and will be used byadvancedChunksReproduction
https://github.com/sangquangnguyen/rolldown-vite-manualChunks-bug
Steps to reproduce
System Info
System: OS: macOS 15.3.2 CPU: (10) x64 Apple M2 Pro Memory: 205.27 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.17.0 - ~/.nvm/versions/node/v20.17.0/bin/node Yarn: 4.5.0 - ~/.nvm/versions/node/v20.17.0/bin/yarn npm: 10.8.2 - ~/.nvm/versions/node/v20.17.0/bin/npm bun: 1.1.20 - /usr/local/bin/bun Watchman: 2024.12.02.00 - /usr/local/bin/watchman Browsers: Safari: 18.3.1 npmPackages: rolldown-vite: 6.3.0-beta.8Used Package Manager
yarn
Logs
Validations