Skip to content

Commit c997412

Browse files
committed
build: bump dist/brackets.js prod size limit to 12 MB
1 parent 30085d0 commit c997412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js/validate-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const PROD_MAX_TOTAL_SIZE_MB = 80;
4040
// for the aggregate/total). Bump a limit only enough to restore that margin when a file legitimately
4141
// grows - don't pad it large, so unexpected size jumps still get caught.
4242
const LARGE_FILE_LIST_PROD = {
43-
'dist/brackets.js': 11, // this is the full minified file itself renamed in prod (~10 MB + 1 MB margin)
43+
'dist/brackets.js': 12, // this is the full minified file itself renamed in prod (~11 MB + 1 MB margin)
4444
'dist/phoenix/virtualfs.js.map': 3
4545
};
4646

0 commit comments

Comments
 (0)