diff --git a/web/index.html b/web/index.html index 934a77134193..eebe20d5db11 100644 --- a/web/index.html +++ b/web/index.html @@ -19,6 +19,14 @@ <% if (htmlWebpackPlugin.options.isStaging) { %> <% } %> + + <% if (htmlWebpackPlugin.options.isWeb && (htmlWebpackPlugin.options.isStaging || htmlWebpackPlugin.options.isProduction)) { %> + + + + <% } %> +