Skip to content

Commit 1d23473

Browse files
committed
chore: update
1 parent 2d547be commit 1d23473

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/core/src/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,10 @@ export async function composeRsbuildEnvironments(
14841484
rspack: {
14851485
experiments: {
14861486
cache: {
1487-
version: libId,
1487+
version:
1488+
libId +
1489+
config.source?.entry?.index +
1490+
config.output?.distPath?.root,
14881491
},
14891492
},
14901493
},

0 commit comments

Comments
 (0)