string | boolean
false
Whether to generate a manifest file that contains information of all assets, and the mapping relationship between entry module and assets.
When set to true
, Rsbuild will generate a manifest.json
file after building. When the value is a string, it will be used as the manifest file name or path.
Enable asset manifest:
After building, there will be a dist/manifest.json
file: