We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985740f commit fc60d34Copy full SHA for fc60d34
turbopack/crates/turbopack-browser/src/chunking_context.rs
@@ -400,7 +400,7 @@ impl BrowserChunkingContext {
400
self.minify_type.cell()
401
}
402
403
- /// Returns the chunk path information.
+ /// Returns the minify type.
404
#[turbo_tasks::function]
405
fn chunk_path_info(&self) -> Vc<ChunkPathInfo> {
406
ChunkPathInfo {
0 commit comments