adjust the bundleSizeBudget, which was too low for electron

This commit is contained in:
2026-06-22 12:55:22 -06:00
parent ea29219dc2
commit 69b243c09b
2 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ const path = require('path');
// Configuration // Configuration
const CONFIG = { const CONFIG = {
platforms: ['android', 'ios', 'electron'], platforms: ['android', 'ios', 'electron'],
bundleSizeBudget: 35, // KB bundleSizeBudget: 42, // KB
ssrSafe: true, ssrSafe: true,
treeShaking: true treeShaking: true
}; };