File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/core/tests/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments