mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
exp: try to increase the number of process passes
This commit is contained in:
parent
5c31014086
commit
5ca26335d4
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ from rjsmin import jsmin
|
||||||
|
|
||||||
class UmapManifestStaticFilesStorage(ManifestStaticFilesStorage):
|
class UmapManifestStaticFilesStorage(ManifestStaticFilesStorage):
|
||||||
support_js_module_import_aggregation = True
|
support_js_module_import_aggregation = True
|
||||||
|
max_post_process_passes = 15
|
||||||
|
|
||||||
# We remove `;` at the end of all regexps to match our biome config.
|
# We remove `;` at the end of all regexps to match our biome config.
|
||||||
_js_module_import_aggregation_patterns = (
|
_js_module_import_aggregation_patterns = (
|
||||||
|
|
Loading…
Reference in a new issue