From a8499034b3c7f3a8dd658cf2a2df1f87c054e3f5 Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Thu, 4 Jul 2024 14:34:44 +0200 Subject: [PATCH] only load fullstory in production --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index 41c85ec188da..acccbbe4f442 100644 --- a/web/index.html +++ b/web/index.html @@ -118,7 +118,7 @@ - <% if (htmlWebpackPlugin.options.isWeb && (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging)) { %> + <% if (htmlWebpackPlugin.options.isWeb && htmlWebpackPlugin.options.isProduction) { %> @@ -126,7 +126,7 @@ - <% if (htmlWebpackPlugin.options.isWeb && (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging)) { %> + <% if (htmlWebpackPlugin.options.isWeb && htmlWebpackPlugin.options.isProduction) { %>