File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const glob = require('glob');
2525
2626// Size limits for development builds (in MB)
2727const DEV_MAX_FILE_SIZE_MB = 6 ;
28- const DEV_MAX_TOTAL_SIZE_MB = 100 ;
28+ const DEV_MAX_TOTAL_SIZE_MB = 90 ;
2929// Custom size limits for known large files (size in MB) For development builds
3030const LARGE_FILE_LIST_DEV = {
3131 'dist/thirdparty/no-minify/language-worker.js.map' : 10 ,
@@ -34,7 +34,7 @@ const LARGE_FILE_LIST_DEV = {
3434
3535// Size limits for production/staging builds (in MB)
3636const PROD_MAX_FILE_SIZE_MB = 2 ;
37- const PROD_MAX_TOTAL_SIZE_MB = 80 ;
37+ const PROD_MAX_TOTAL_SIZE_MB = 70 ;
3838// Custom size limits for known large files (size in MB) For staging/production builds
3939const LARGE_FILE_LIST_PROD = {
4040 'dist/brackets.js' : 9 , // this is the full minified file itself renamed in prod
You can’t perform that action at this time.
0 commit comments