diff --git a/gulpfile.js/validate-build.js b/gulpfile.js/validate-build.js index 55bf8bf853..b24c9897e6 100644 --- a/gulpfile.js/validate-build.js +++ b/gulpfile.js/validate-build.js @@ -23,9 +23,10 @@ const fs = require('fs'); const glob = require('glob'); -// Size limits for development builds (in MB) +// Size limits for development builds (in MB). Same margin policy as the prod limits +// below: bump only enough to restore the headroom, so real size jumps still get caught. const DEV_MAX_FILE_SIZE_MB = 6; -const DEV_MAX_TOTAL_SIZE_MB = 100; +const DEV_MAX_TOTAL_SIZE_MB = 105; // dev dist is ~100 MB + 5 MB margin // Custom size limits for known large files (size in MB) For development builds const LARGE_FILE_LIST_DEV = { 'dist/thirdparty/no-minify/language-worker.js.map': 10, diff --git a/src/index.html b/src/index.html index afa8e67f58..95fa236d96 100644 --- a/src/index.html +++ b/src/index.html @@ -922,7 +922,10 @@