There was an error while loading. Please reload this page.
1 parent 0f2976f commit 055a90aCopy full SHA for 055a90a
1 file changed
crates/pack-api/src/project.rs
@@ -934,7 +934,7 @@ impl Project {
934
Ok(get_client_chunking_context(ClientChunkingContextOptions {
935
mode: self.mode(),
936
root_path: self.project_path().owned().await?,
937
- output_root: self.client_root().owned().await?,
+ output_root: self.dist_root().owned().await?,
938
output_root_to_root_path: (*output_root_to_root_path).clone(),
939
public_path: self.config().computed_public_path(),
940
environment: self.client_compile_time_info().environment(),
0 commit comments