pub fn emit_all_assets(
assets: Vc<OutputAssets>,
node_root: Vc<FileSystemPath>,
client_relative_path: Vc<FileSystemPath>,
client_output_path: Vc<FileSystemPath>,
) -> Vc<()>
Expand description
Emits all assets transitively reachable from the given chunks, that are inside the node root or the client root.
Assets inside the given client root are rebased to the given client output path.