@@ -975,7 +975,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
975975 name: ' RslibPlugin' ,
976976 _args: [
977977 {
978- interceptApiPlugin: true
978+ interceptApiPlugin: true ,
979+ forceNodeShims: false
979980 }
980981 ]
981982 },
@@ -1673,7 +1674,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
16731674 name: ' RslibPlugin' ,
16741675 _args: [
16751676 {
1676- interceptApiPlugin: true
1677+ interceptApiPlugin: true ,
1678+ forceNodeShims: false
16771679 }
16781680 ]
16791681 },
@@ -2276,7 +2278,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
22762278 name: ' RslibPlugin' ,
22772279 _args: [
22782280 {
2279- interceptApiPlugin: true
2281+ interceptApiPlugin: true ,
2282+ forceNodeShims: false
22802283 }
22812284 ]
22822285 },
@@ -2878,7 +2881,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
28782881 name: ' RslibPlugin' ,
28792882 _args: [
28802883 {
2881- interceptApiPlugin: true
2884+ interceptApiPlugin: true ,
2885+ forceNodeShims: false
28822886 }
28832887 ]
28842888 },
@@ -3708,6 +3712,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
37083712 RslibPlugin {
37093713 " _args" : [
37103714 {
3715+ " forceNodeShims" : false ,
37113716 " interceptApiPlugin" : true ,
37123717 },
37133718 ],
@@ -3990,6 +3995,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
39903995 RslibPlugin {
39913996 " _args" : [
39923997 {
3998+ " forceNodeShims" : false ,
39933999 " interceptApiPlugin" : true ,
39944000 },
39954001 ],
@@ -4233,6 +4239,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
42334239 RslibPlugin {
42344240 " _args" : [
42354241 {
4242+ " forceNodeShims" : false ,
42364243 " interceptApiPlugin" : true ,
42374244 },
42384245 ],
@@ -4475,6 +4482,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
44754482 RslibPlugin {
44764483 " _args" : [
44774484 {
4485+ " forceNodeShims" : false ,
44784486 " interceptApiPlugin" : true ,
44794487 },
44804488 ],
0 commit comments