From a1fd4aa2679a14dbfd325aa12bf54e74cd5721ee Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Wed, 26 Jun 2024 09:59:27 -0600 Subject: [PATCH 1/2] update polyfill domain --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 2c730a7dacc45..fd66e6e6a2061 100644 --- a/web/index.html +++ b/web/index.html @@ -120,7 +120,7 @@ <% if (htmlWebpackPlugin.options.isWeb) { %> - + <% if (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging) { %> From ccf759c9dc043599842ff07f897f034bc48b7fd2 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Wed, 26 Jun 2024 10:22:18 -0600 Subject: [PATCH 2/2] rm polyfill --- web/index.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/web/index.html b/web/index.html index fd66e6e6a2061..41c85ec188da1 100644 --- a/web/index.html +++ b/web/index.html @@ -118,14 +118,10 @@ - <% if (htmlWebpackPlugin.options.isWeb) { %> - - - <% if (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging) { %> - - - - <% } %> + <% if (htmlWebpackPlugin.options.isWeb && (htmlWebpackPlugin.options.isProduction || htmlWebpackPlugin.options.isStaging)) { %> + + + <% } %>