Skip to content

Commit 01c9371

Browse files
committed
chore: update
1 parent b1d5620 commit 01c9371

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/core/src/config.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,10 @@ export async function composeRsbuildEnvironments(
16251625
rspack: {
16261626
experiments: {
16271627
cache: {
1628-
version: libId,
1628+
version:
1629+
libId +
1630+
config.source?.entry?.index +
1631+
config.output?.distPath?.root,
16291632
},
16301633
},
16311634
},

0 commit comments

Comments
 (0)