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.
to_string()
1 parent 2eba2f0 commit ad59b3bCopy full SHA for ad59b3b
turbopack/crates/turbopack-core/src/ident.rs
@@ -54,7 +54,7 @@ impl ValueToString for AssetIdent {
54
55
let query = self.query.await?;
56
if !query.is_empty() {
57
- write!(s, "?{}", &*query)?;
+ write!(s, "{}", &*query)?;
58
}
59
60
if let Some(fragment) = &self.fragment {
0 commit comments