{{#if liveReloadPath}} {{/if}}

Build error

{{!-- The buildError.message has location and nodeLabel tacked on for easy terminal output, so for structured error pages like this one, we use payload.originalMessage. --}}
{{payload.originalMessage}}
{{#if payload.location.file}}

in {{payload.location.file}}{{#if payload.location.line}}, line {{payload.location.line}}{{/if}} {{#if payload.location.treeDir}}(in {{payload.location.treeDir}}){{/if}}

{{/if}} {{#if payload.nodeLabel}}

at {{payload.nodeLabel}}

{{/if}} {{#if stack}}
{{{stack}}}
{{/if}}