We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f4077 commit 3a7ea69Copy full SHA for 3a7ea69
turbopack/crates/turbopack-core/src/ident.rs
@@ -59,7 +59,7 @@ impl ValueToString for AssetIdent {
59
60
let query = self.query.await?;
61
if !query.is_empty() {
62
- write!(s, "{}", &*query)?;
+ write!(s, "?{}", &*query)?;
63
}
64
65
if let Some(fragment) = &self.fragment {
0 commit comments