string | boolean
false
是否生成 manifest 文件,该文件包含所有构建产物的信息、以及入口模块与构建产物间的映射关系。
当 output.manifest
设置为 true
时,Rsbuild 会在构建后生成一个 manifest.json
文件。当 output.manifest
的值是一个字符串时,它将作为 manifest 文件的名称或路径。
manifest 文件默认输出的结构为:
添加以下配置来开启:
当构建完成后,会自动生成 dist/manifest.json
文件:
output.manifest
可以是一个相对于 dist
目录的路径,比如输出为 dist/static/my-manifest.json
: