This commit is contained in:
Oleksii Bulenok
2026-08-18 15:38:35 +02:00
parent df94b0dfc4
commit f986612bad
+1 -1
View File
@@ -108,7 +108,7 @@ module.exports = async function (env, argv) {
statsFilename: '../stats.json',
analyzerMode: OPEN_ANALYZER ? 'server' : 'json',
defaultSizes: 'parsed',
statsOptions: {reasons: false}
statsOptions: {reasons: false},
}),
)
}