Skip to content

Commit ebdf205

Browse files
committed
fix: prod size limits update
1 parent a910962 commit ebdf205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js/validate-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const LARGE_FILE_LIST_DEV = {
3434

3535
// Size limits for production/staging builds (in MB)
3636
const PROD_MAX_FILE_SIZE_MB = 2;
37-
const PROD_MAX_TOTAL_SIZE_MB = 70;
37+
const PROD_MAX_TOTAL_SIZE_MB = 80;
3838
// Custom size limits for known large files (size in MB) For staging/production builds
3939
const LARGE_FILE_LIST_PROD = {
4040
'dist/brackets.js': 10, // this is the full minified file itself renamed in prod

0 commit comments

Comments
 (0)