From b759d7327e2bf1d3d10b7d8277a5c3f60208f490 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Wed, 9 Feb 2022 17:11:55 +0200 Subject: [PATCH] feat(App): Horjar code on production envirement only. --- public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index 376b31d38..13da217ae 100644 --- a/public/index.html +++ b/public/index.html @@ -19,6 +19,8 @@ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> + + <% if (process.env.NODE_ENV === 'production') { %> + <% } %>