X Tutup
Skip to content

Commit 28e657d

Browse files
karaalxhub
authored andcommitted
fix(payload): increase payload size limit temporarily
1 parent 06ad112 commit 28e657d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ var PAYLOAD_TESTS_CONFIG = {
177177
return path.join(__dirname, CONFIG.dest.js.prod.es5, 'payload_tests', caseName,
178178
'ts/' + packaging);
179179
},
180-
systemjs: {sizeLimits: {'uncompressed': 850 * 1024, 'gzip level=9': 165 * 1024}},
180+
systemjs: {sizeLimits: {'uncompressed': 870 * 1024, 'gzip level=9': 165 * 1024}},
181181
webpack: {sizeLimits: {'uncompressed': 550 * 1024, 'gzip level=9': 120 * 1024}}
182182
}
183183
};

0 commit comments

Comments
 (0)
X Tutup