From d9c493b2ba2d37b5f87081246c075e532b3cc554 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 23 Sep 2018 22:58:33 -0400 Subject: [PATCH] match webpack error page with rollup one --- src/routes/_error.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/_error.html b/src/routes/_error.html index 4e9eb8f..fe39a85 100644 --- a/src/routes/_error.html +++ b/src/routes/_error.html @@ -6,7 +6,7 @@

{error.message}

-{#if NODE_ENV === 'development' && error.stack} +{#if dev && error.stack}
{error.stack}
{/if} @@ -35,7 +35,7 @@