Maintenance Guide
A plugin for rolldown-vite that generates a manifest.json mapping original filenames to emitted assets/chunks, ported from Vite's manifestPlugin.
This plugin is exclusive to rolldown-vite and is not recommended for external use.
📦 What it does
This plugin collects all emitted chunks and assets, associates them with their original names, and outputs a manifest JSON. Useful for server-side rendering or asset injection.
🚀 Debug Usage
import from 'rolldown';
import from 'rolldown/experimental';
export default ;
⚙️ Options
| Option | Type | Description |
|---|---|---|
root |
string |
Project root directory |
outPath |
string |
Where to write the manifest output file |