webpack: Enable explicitPartialContext for handlebars-loader.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-15 18:24:11 -08:00
committed by Tim Abbott
parent 44c50b3e64
commit e172c717f7
75 changed files with 130 additions and 124 deletions

View File

@@ -1,3 +1,3 @@
{{#each presence_rows}}
{{> presence_row}}
{{> presence_row .}}
{{/each}}