@@ -1442,7 +1442,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
1442
1442
},
1443
1443
" experiments" : {
1444
1444
" asyncWebAssembly" : true ,
1445
- " inlineConst" : true ,
1445
+ " inlineConst" : false ,
1446
1446
" inlineEnum" : true ,
1447
1447
" lazyBarrel" : true ,
1448
1448
" rspackFuture" : {
@@ -1465,7 +1465,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
1465
1465
" parser" : {
1466
1466
" javascript" : {
1467
1467
" exportsPresence" : " error" ,
1468
- " inlineConst" : true ,
1468
+ " inlineConst" : false ,
1469
1469
" typeReexportsPresence" : " tolerant" ,
1470
1470
},
1471
1471
},
@@ -2412,7 +2412,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
2412
2412
},
2413
2413
" experiments" : {
2414
2414
" asyncWebAssembly" : true ,
2415
- " inlineConst" : true ,
2415
+ " inlineConst" : false ,
2416
2416
" inlineEnum" : true ,
2417
2417
" lazyBarrel" : true ,
2418
2418
" rspackFuture" : {
@@ -2430,7 +2430,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
2430
2430
" parser" : {
2431
2431
" javascript" : {
2432
2432
" exportsPresence" : " error" ,
2433
- " inlineConst" : true ,
2433
+ " inlineConst" : false ,
2434
2434
" typeReexportsPresence" : " tolerant" ,
2435
2435
},
2436
2436
},
@@ -3827,7 +3827,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
3827
3827
},
3828
3828
" experiments" : {
3829
3829
" asyncWebAssembly" : true ,
3830
- " inlineConst" : true ,
3830
+ " inlineConst" : false ,
3831
3831
" inlineEnum" : true ,
3832
3832
" lazyBarrel" : true ,
3833
3833
" rspackFuture" : {
@@ -3846,7 +3846,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
3846
3846
" javascript" : {
3847
3847
" dynamicImportMode" : " eager" ,
3848
3848
" exportsPresence" : " error" ,
3849
- " inlineConst" : true ,
3849
+ " inlineConst" : false ,
3850
3850
" typeReexportsPresence" : " tolerant" ,
3851
3851
},
3852
3852
},
@@ -6386,7 +6386,7 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
6386
6386
" parser" : {
6387
6387
" javascript" : {
6388
6388
" exportsPresence" : " error" ,
6389
- " inlineConst" : true ,
6389
+ " inlineConst" : false ,
6390
6390
" typeReexportsPresence" : " tolerant" ,
6391
6391
},
6392
6392
},
0 commit comments