From 5ca26335d43d8c462907825fc86c3970e3fde8c2 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 30 Aug 2024 13:04:43 -0400 Subject: [PATCH] exp: try to increase the number of process passes --- umap/storage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/storage.py b/umap/storage.py index 1ca63a86..94295661 100644 --- a/umap/storage.py +++ b/umap/storage.py @@ -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 = (