We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a910962 commit ebdf205Copy full SHA for ebdf205
gulpfile.js/validate-build.js
@@ -34,7 +34,7 @@ const LARGE_FILE_LIST_DEV = {
34
35
// Size limits for production/staging builds (in MB)
36
const PROD_MAX_FILE_SIZE_MB = 2;
37
-const PROD_MAX_TOTAL_SIZE_MB = 70;
+const PROD_MAX_TOTAL_SIZE_MB = 80;
38
// Custom size limits for known large files (size in MB) For staging/production builds
39
const LARGE_FILE_LIST_PROD = {
40
'dist/brackets.js': 10, // this is the full minified file itself renamed in prod
0 commit comments