exp: try to increase the number of process passes

This commit is contained in:
David Larlet 2024-08-30 13:04:43 -04:00 committed by Yohan Boniface
parent 5c31014086
commit 5ca26335d4

View file

@ -8,6 +8,7 @@ from rjsmin import jsmin
class UmapManifestStaticFilesStorage(ManifestStaticFilesStorage):
support_js_module_import_aggregation = True
max_post_process_passes = 15
# We remove `;` at the end of all regexps to match our biome config.
_js_module_import_aggregation_patterns = (