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 f963f87 commit 10f75a8Copy full SHA for 10f75a8
turbopack/crates/turbopack-ecmascript-runtime/src/chunk_suffix.rs
@@ -6,6 +6,7 @@ pub enum ChunkSuffix {
6
None,
7
/// A constant suffix to append to chunk URLs.
8
Constant(RcStr),
9
- /// Read the chunk suffix from the `src` attribute of the current script tag.
+ /// Use the query string of the `src` attribute of the current script tag as a suffix for chunk
10
+ /// loading.
11
FromScriptSrc,
12
}
0 commit comments