Skip to content

Commit f79290c

Browse files
kdy1sokra
andcommitted
Update crates/next-core/src/next_config.rs
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
1 parent 4f0ff05 commit f79290c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/next-core/src/next_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ impl NextConfig {
11491149
self: Vc<Self>,
11501150
_is_development: Vc<bool>,
11511151
) -> Result<Vc<OptionTreeShaking>> {
1152-
Ok(OptionTreeShaking(Some(TreeShakingMode::ReexportsOnly)).cell())
1152+
Ok(Vc::cell(Some(TreeShakingMode::ReexportsOnly)))
11531153
}
11541154
}
11551155

0 commit comments

Comments
 (0)