@@ -7,6 +7,7 @@ exports[`plugin-bundle-analyze > should add bundle analyze plugin 1`] = `
77 " name" : " RsbuildCorePlugin" ,
88 },
99 BundleAnalyzerPlugin {
10+ " compiler" : null ,
1011 " logger" : Logger {
1112 " activeLevels" : Set {
1213 "info",
@@ -20,6 +21,7 @@ exports[`plugin-bundle-analyze > should add bundle analyze plugin 1`] = `
2021 " analyzerMode" : " static" ,
2122 " analyzerPort" : 8888 ,
2223 " analyzerUrl" : [Function ],
24+ " compressionAlgorithm" : " gzip" ,
2325 " defaultSizes" : " parsed" ,
2426 " excludeAssets" : null ,
2527 " generateStatsFile" : false ,
@@ -29,7 +31,7 @@ exports[`plugin-bundle-analyze > should add bundle analyze plugin 1`] = `
2931 " reportTitle" : [Function ],
3032 " startAnalyzer" : true ,
3133 " statsFilename" : " stats.json" ,
32- " statsOptions" : null ,
34+ " statsOptions" : undefined ,
3335 },
3436 " server" : null ,
3537 },
@@ -44,6 +46,7 @@ exports[`plugin-bundle-analyze > should add bundle analyze plugin when bundle an
4446 " name" : " RsbuildCorePlugin" ,
4547 },
4648 BundleAnalyzerPlugin {
49+ " compiler" : null ,
4750 " logger" : Logger {
4851 " activeLevels" : Set {
4952 "info",
@@ -57,6 +60,7 @@ exports[`plugin-bundle-analyze > should add bundle analyze plugin when bundle an
5760 " analyzerMode" : " static" ,
5861 " analyzerPort" : 8888 ,
5962 " analyzerUrl" : [Function ],
63+ " compressionAlgorithm" : " gzip" ,
6064 " defaultSizes" : " parsed" ,
6165 " excludeAssets" : null ,
6266 " generateStatsFile" : false ,
@@ -66,7 +70,7 @@ exports[`plugin-bundle-analyze > should add bundle analyze plugin when bundle an
6670 " reportTitle" : [Function ],
6771 " startAnalyzer" : true ,
6872 " statsFilename" : " stats.json" ,
69- " statsOptions" : null ,
73+ " statsOptions" : undefined ,
7074 },
7175 " server" : null ,
7276 },
@@ -81,6 +85,7 @@ exports[`plugin-bundle-analyze > should enable bundle analyze plugin when perfor
8185 " name" : " RsbuildCorePlugin" ,
8286 },
8387 BundleAnalyzerPlugin {
88+ " compiler" : null ,
8489 " logger" : Logger {
8590 " activeLevels" : Set {
8691 "info",
@@ -94,6 +99,7 @@ exports[`plugin-bundle-analyze > should enable bundle analyze plugin when perfor
9499 " analyzerMode" : " disabled" ,
95100 " analyzerPort" : 8888 ,
96101 " analyzerUrl" : [Function ],
102+ " compressionAlgorithm" : " gzip" ,
97103 " defaultSizes" : " parsed" ,
98104 " excludeAssets" : null ,
99105 " generateStatsFile" : true ,
@@ -103,7 +109,7 @@ exports[`plugin-bundle-analyze > should enable bundle analyze plugin when perfor
103109 " reportTitle" : [Function ],
104110 " startAnalyzer" : true ,
105111 " statsFilename" : " stats.json" ,
106- " statsOptions" : null ,
112+ " statsOptions" : undefined ,
107113 },
108114 " server" : null ,
109115 },
0 commit comments