Skip to content

Commit 487b9be

Browse files
committed
fix: large brackets min dev build
1 parent fad1468 commit 487b9be

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
@@ -29,7 +29,7 @@ const DEV_MAX_TOTAL_SIZE_MB = 100;
2929
// Custom size limits for known large files (size in MB) For development builds
3030
const LARGE_FILE_LIST_DEV = {
3131
'dist/thirdparty/no-minify/language-worker.js.map': 10,
32-
'dist/brackets-min.js': 15
32+
'dist/brackets-min.js': 20
3333
};
3434

3535
// Size limits for production/staging builds (in MB)

0 commit comments

Comments
 (0)