Skip to content

Commit 28c288b

Browse files
committed
chore: update
1 parent afbf4e8 commit 28c288b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

packages/core/src/config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,10 +1777,7 @@ export async function composeRsbuildEnvironments(
17771777
rspack: {
17781778
experiments: {
17791779
cache: {
1780-
version:
1781-
libId +
1782-
config.source?.entry?.index +
1783-
config.output?.distPath?.root,
1780+
version: libId,
17841781
},
17851782
},
17861783
},
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
!node_modules/
1+
!node_modules/
2+
.cache
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
!node_modules/
1+
!node_modules/
2+
.cache

0 commit comments

Comments
 (0)