From 99d775960d946ad17c9ef95354adebda3663f70c Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Mon, 5 Feb 2024 18:22:23 +0100 Subject: [PATCH] changing script from anonymous call to script tag and changing target to production --- web/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/index.html b/web/index.html index f0cc320926a7..7b2fbe018111 100644 --- a/web/index.html +++ b/web/index.html @@ -121,16 +121,16 @@ <% if (htmlWebpackPlugin.options.isWeb) { %> - <% if (htmlWebpackPlugin.options.isStaging) { %> + <% if (htmlWebpackPlugin.options.isProduction) { %> - + <% } %> <% } %> - <% if (htmlWebpackPlugin.options.isWeb && htmlWebpackPlugin.options.isStaging) { %> + <% if (htmlWebpackPlugin.options.isWeb && htmlWebpackPlugin.options.isProduction) { %>