pub fn get_client_chunking_context(
root_path: Vc<FileSystemPath>,
client_root: Vc<FileSystemPath>,
client_root_to_root_path: Vc<RcStr>,
asset_prefix: Vc<Option<RcStr>>,
chunk_suffix_path: Vc<Option<RcStr>>,
environment: Vc<Environment>,
mode: Vc<NextMode>,
module_id_strategy: Vc<Box<dyn ModuleIdStrategy>>,
minify: Vc<bool>,
source_maps: Vc<bool>,
no_mangling: Vc<bool>,
) -> Vc<Box<dyn ChunkingContext>>