mirror of https://github.com/zulip/zulip.git
minor: Tweak js-dep-visualizer configuration.
This commit is contained in:
parent
744f4aa663
commit
232e1e4006
|
@ -136,6 +136,7 @@ def find_edges_to_remove(graph, methods):
|
|||
('compose_actions', 'compose'),
|
||||
('compose_actions', 'resize'),
|
||||
('settings_streams', 'stream_data'),
|
||||
('drafts', 'hashchange'),
|
||||
] # type: List[Edge]
|
||||
|
||||
def is_exempt(edge):
|
||||
|
|
Loading…
Reference in New Issue