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 8ccf810 commit c1d956dCopy full SHA for c1d956d
crates/rspack_core/src/artifacts/code_generation_results.rs
@@ -31,7 +31,7 @@ impl CodeGenerationDataUrl {
31
}
32
33
34
-// For performance, mark the js modules contains AutoPublicPathPlaceholder, and replace it
+// For performance, mark the js modules contains AUTO_PUBLIC_PATH_PLACEHOLDER, and replace it
35
#[derive(Clone, Debug)]
36
pub struct CodeGenerationPublicPathAutoReplace(pub bool);
37
0 commit comments