mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
templates: Enable Handlebars strict mode.
https://handlebarsjs.com/api-reference/compilation.html Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
2f203f4de1
commit
b533cd979e
@@ -146,6 +146,7 @@ export default (
|
||||
"rendered_markdown",
|
||||
"tooltip_hotkey_hints",
|
||||
],
|
||||
precompileOptions: {strict: true},
|
||||
preventIndent: true,
|
||||
// This replaces relative image resources with
|
||||
// a computed require() path to them, so their
|
||||
|
Reference in New Issue
Block a user