OLD | NEW |
1 { | 1 { |
2 "modules": [ | 2 "modules": [ |
3 { "name": "heap_snapshot_worker", "type": "autostart" }, | 3 { "name": "heap_snapshot_worker", "type": "autostart" }, |
4 { "name": "heap_snapshot_model", "type": "autostart" }, | 4 { "name": "heap_snapshot_model", "type": "autostart" }, |
5 { "name": "platform", "type": "autostart" }, | 5 { "name": "platform", "type": "autostart" }, |
| 6 { "name": "text_utils", "type": "autostart" }, |
6 { "name": "common", "type": "autostart" } | 7 { "name": "common", "type": "autostart" } |
7 ], | 8 ], |
8 | 9 |
9 "has_html": false | 10 "has_html": false |
10 } | 11 } |
OLD | NEW |