Add statsOptions to Webpack configuration

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