adjust the bundleSizeBudget, which was too low for electron
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user