adjust the bundleSizeBudget, which was too low for electron
This commit is contained in:
@@ -17,7 +17,7 @@ const path = require('path');
|
||||
// Configuration
|
||||
const CONFIG = {
|
||||
platforms: ['android', 'ios', 'electron'],
|
||||
bundleSizeBudget: 35, // KB
|
||||
bundleSizeBudget: 42, // KB
|
||||
ssrSafe: true,
|
||||
treeShaking: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user