Skip to main content

relative_fileify_source_map

Function relative_fileify_source_map 

Source
pub async fn relative_fileify_source_map(
    map: &StructuredSourceMap,
    context_path: FileSystemPath,
    relative_path_to_output_root: RcStr,
) -> Result<StructuredSourceMap>
Expand description

Turns turbopack:///[project] references in the map’s sources into ./-relative uris.