This commit is contained in:
Rene Haas
2022-08-02 11:35:15 +02:00
parent d9314101d2
commit 75b1df4307
+4 -4
View File
@@ -41,10 +41,10 @@ module.exports = createRollupConfig({
showGzippedSize: true, showGzippedSize: true,
showBrotliSize: true, showBrotliSize: true,
showMinifiedSize: false, showMinifiedSize: false,
warnLow: 33000, warnLow: 30000,
totalLow: 33000, totalLow: 30000,
warnHigh: 36000, warnHigh: 35000,
totalHigh: 36000, totalHigh: 35000,
}), }),
], ],
}, },