Skip to content

Commit 55ef99c

Browse files
committed
chore: update
1 parent f4fc62c commit 55ef99c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/tests/__snapshots__/config.test.ts.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
132132
"htmlPlugin": false,
133133
"rspack": [
134134
{
135+
"cache": true,
135136
"experiments": {
136137
"cache": {
137138
"type": "persistent",
@@ -380,6 +381,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
380381
"htmlPlugin": false,
381382
"rspack": [
382383
{
384+
"cache": true,
383385
"experiments": {
384386
"cache": {
385387
"type": "persistent",
@@ -607,6 +609,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
607609
"htmlPlugin": false,
608610
"rspack": [
609611
{
612+
"cache": true,
610613
"experiments": {
611614
"cache": {
612615
"type": "persistent",
@@ -781,6 +784,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
781784
"htmlPlugin": false,
782785
"rspack": [
783786
{
787+
"cache": true,
784788
"experiments": {
785789
"cache": {
786790
"type": "persistent",

0 commit comments

Comments
 (0)