Skip to content

Commit 055a90a

Browse files
authored
fix(pack): client chunking output root (#2600)
1 parent 0f2976f commit 055a90a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pack-api/src/project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ impl Project {
934934
Ok(get_client_chunking_context(ClientChunkingContextOptions {
935935
mode: self.mode(),
936936
root_path: self.project_path().owned().await?,
937-
output_root: self.client_root().owned().await?,
937+
output_root: self.dist_root().owned().await?,
938938
output_root_to_root_path: (*output_root_to_root_path).clone(),
939939
public_path: self.config().computed_public_path(),
940940
environment: self.client_compile_time_info().environment(),

0 commit comments

Comments
 (0)