调整看板质量报表大小

This commit is contained in:
2025-03-11 17:48:32 +08:00
parent 81df92861e
commit 4de67e0267
2 changed files with 129 additions and 113 deletions

View File

@@ -68,11 +68,11 @@ module.exports = {
},
},
plugins: [
new BundleAnalyzerPlugin({
analyzerMode: 'disabled', // 默认不自动启动
generateStatsFile: true, // 生成stats.json文件
statsFilename: 'stats.json',
}),
// new BundleAnalyzerPlugin({
// analyzerMode: 'disabled',
// generateStatsFile: true,
// statsFilename: 'stats.json',
// }),
],
},
chainWebpack(config) {