@@ -313,7 +313,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
313313 experiments : {
314314 lazyBarrel: true ,
315315 inlineEnum: true ,
316- inlineConst: false ,
316+ inlineConst: true ,
317317 typeReexportsPresence: true ,
318318 rspackFuture: {
319319 bundlerInfo: {
@@ -456,8 +456,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
456456 module : {
457457 parser: {
458458 javascript: {
459- inlineConst: false ,
460459 exportsPresence: ' error' ,
460+ inlineConst: true ,
461461 typeReexportsPresence: ' tolerant' ,
462462 importMeta: false ,
463463 importDynamic: false ,
@@ -1012,7 +1012,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
10121012 experiments : {
10131013 lazyBarrel: true ,
10141014 inlineEnum: true ,
1015- inlineConst: false ,
1015+ inlineConst: true ,
10161016 typeReexportsPresence: true ,
10171017 rspackFuture: {
10181018 bundlerInfo: {
@@ -1153,8 +1153,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
11531153 module : {
11541154 parser: {
11551155 javascript: {
1156- inlineConst: false ,
11571156 exportsPresence: ' error' ,
1157+ inlineConst: true ,
11581158 typeReexportsPresence: ' tolerant' ,
11591159 importMeta: false ,
11601160 importDynamic: false ,
@@ -1705,7 +1705,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
17051705 experiments : {
17061706 lazyBarrel: true ,
17071707 inlineEnum: true ,
1708- inlineConst: false ,
1708+ inlineConst: true ,
17091709 typeReexportsPresence: true ,
17101710 rspackFuture: {
17111711 bundlerInfo: {
@@ -1835,8 +1835,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
18351835 module : {
18361836 parser: {
18371837 javascript: {
1838- inlineConst: false ,
18391838 exportsPresence: ' error' ,
1839+ inlineConst: true ,
18401840 typeReexportsPresence: ' tolerant' ,
18411841 importMeta: false
18421842 }
@@ -2306,7 +2306,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
23062306 experiments : {
23072307 lazyBarrel: true ,
23082308 inlineEnum: true ,
2309- inlineConst: false ,
2309+ inlineConst: true ,
23102310 typeReexportsPresence: true ,
23112311 rspackFuture: {
23122312 bundlerInfo: {
@@ -2438,8 +2438,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
24382438 module : {
24392439 parser: {
24402440 javascript: {
2441- inlineConst: false ,
24422441 exportsPresence: ' error' ,
2442+ inlineConst: true ,
24432443 typeReexportsPresence: ' tolerant' ,
24442444 importMeta: false
24452445 }
@@ -2908,7 +2908,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
29082908 experiments : {
29092909 lazyBarrel: true ,
29102910 inlineEnum: true ,
2911- inlineConst: false ,
2911+ inlineConst: true ,
29122912 typeReexportsPresence: true ,
29132913 rspackFuture: {
29142914 bundlerInfo: {
@@ -2977,8 +2977,8 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
29772977 module : {
29782978 parser: {
29792979 javascript: {
2980- inlineConst: false ,
29812980 exportsPresence: ' error' ,
2981+ inlineConst: true ,
29822982 typeReexportsPresence: ' tolerant'
29832983 }
29842984 },
0 commit comments