@@ -1358,8 +1358,7 @@ exports[`uni-builder rspack > should generator rspack config correctly 1`] = `
13581358 " configFile" : " tsconfig.json" ,
13591359 " memoryLimit" : 8192 ,
13601360 " mode" : " readonly" ,
1361- " tsgo" : false ,
1362- " typescriptPath" : " <WORKSPACE>/node_modules/<PNPM_INNER>/typescript/lib/typescript.js" ,
1361+ " resolveRoot" : " " ,
13631362 },
13641363 },
13651364 },
@@ -2399,8 +2398,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
23992398 " configFile" : " tsconfig.json" ,
24002399 " memoryLimit" : 8192 ,
24012400 " mode" : " readonly" ,
2402- " tsgo" : false ,
2403- " typescriptPath" : " <WORKSPACE>/node_modules/<PNPM_INNER>/typescript/lib/typescript.js" ,
2401+ " resolveRoot" : " " ,
24042402 },
24052403 },
24062404 },
@@ -3833,8 +3831,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
38333831 " configFile" : " tsconfig.json" ,
38343832 " memoryLimit" : 8192 ,
38353833 " mode" : " readonly" ,
3836- " tsgo" : false ,
3837- " typescriptPath" : " <WORKSPACE>/node_modules/<PNPM_INNER>/typescript/lib/typescript.js" ,
3834+ " resolveRoot" : " " ,
38383835 },
38393836 },
38403837 },
@@ -4799,8 +4796,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
47994796 " configFile" : " tsconfig.json" ,
48004797 " memoryLimit" : 8192 ,
48014798 " mode" : " readonly" ,
4802- " tsgo" : false ,
4803- " typescriptPath" : " <WORKSPACE>/node_modules/<PNPM_INNER>/typescript/lib/typescript.js" ,
4799+ " resolveRoot" : " " ,
48044800 },
48054801 },
48064802 },
@@ -6342,9 +6338,21 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
63426338 " id" : " web" ,
63436339 " modulesCount" : 5000 ,
63446340 " name" : " ProgressPlugin" ,
6341+ " options" : {
6342+ " activeModules" : false ,
6343+ " dependencies" : true ,
6344+ " dependenciesCount" : 10000 ,
6345+ " entries" : true ,
6346+ " handler" : [Function ],
6347+ " modules" : true ,
6348+ " modulesCount" : 5000 ,
6349+ " percentBy" : null ,
6350+ " profile" : false ,
6351+ },
63456352 " percentBy" : null ,
63466353 " prettyTime" : [Function ],
63476354 " profile" : false ,
6355+ " progressBar" : false ,
63486356 " showActiveModules" : false ,
63496357 " showDependencies" : true ,
63506358 " showEntries" : true ,
@@ -6366,8 +6374,7 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
63666374 " configFile" : " tsconfig.json" ,
63676375 " memoryLimit" : 8192 ,
63686376 " mode" : " readonly" ,
6369- " tsgo" : false ,
6370- " typescriptPath" : " <WORKSPACE>/node_modules/<PNPM_INNER>/typescript/lib/typescript.js" ,
6377+ " resolveRoot" : " " ,
63716378 },
63726379 },
63736380 },
@@ -8052,9 +8059,21 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
80528059 " id" : " web" ,
80538060 " modulesCount" : 5000 ,
80548061 " name" : " ProgressPlugin" ,
8062+ " options" : {
8063+ " activeModules" : false ,
8064+ " dependencies" : true ,
8065+ " dependenciesCount" : 10000 ,
8066+ " entries" : true ,
8067+ " handler" : [Function ],
8068+ " modules" : true ,
8069+ " modulesCount" : 5000 ,
8070+ " percentBy" : null ,
8071+ " profile" : false ,
8072+ },
80558073 " percentBy" : null ,
80568074 " prettyTime" : [Function ],
80578075 " profile" : false ,
8076+ " progressBar" : false ,
80588077 " showActiveModules" : false ,
80598078 " showDependencies" : true ,
80608079 " showEntries" : true ,
@@ -8076,8 +8095,7 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
80768095 " configFile" : " tsconfig.json" ,
80778096 " memoryLimit" : 8192 ,
80788097 " mode" : " readonly" ,
8079- " tsgo" : false ,
8080- " typescriptPath" : " <WORKSPACE>/node_modules/<PNPM_INNER>/typescript/lib/typescript.js" ,
8098+ " resolveRoot" : " " ,
80818099 },
80828100 },
80838101 },
0 commit comments