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) { %>