<% var item, key %><% htmlWebpackPlugin.options.appMountIds = htmlWebpackPlugin.options.appMountIds || [] %><% htmlWebpackPlugin.options.lang = htmlWebpackPlugin.options.lang || "en" %><% htmlWebpackPlugin.options.links = htmlWebpackPlugin.options.links || [] %><% htmlWebpackPlugin.options.meta = htmlWebpackPlugin.options.meta || [] %><% htmlWebpackPlugin.options.scripts = htmlWebpackPlugin.options.scripts || [] %> manifest="<%= htmlWebpackPlugin.files.manifest %>"<% } %>> <% if (htmlWebpackPlugin.options.baseHref) { %> <% } %><% if (Array.isArray(htmlWebpackPlugin.options.meta)) { %><% for (item of htmlWebpackPlugin.options.meta) { %> <%= key %>="<%= item[key] %>"<% } %>><% } %><% } %><% %> <%= htmlWebpackPlugin.options.title %><% if (htmlWebpackPlugin.files.favicon) { %> <% } %><% if (htmlWebpackPlugin.options.mobile) { %> <% } %><% for (item of htmlWebpackPlugin.options.links) { %><% if (typeof item === 'string' || item instanceof String) { item = { href: item, rel: 'stylesheet' } } %> <%= key %>="<%= item[key] %>"<% } %> /><% } %><% for (key in htmlWebpackPlugin.files.css) { %><% if (htmlWebpackPlugin.files.cssIntegrity) { %> <% } else { %> <% } %><% } %><% if (htmlWebpackPlugin.options.headHtmlSnippet) { %> <%= htmlWebpackPlugin.options.headHtmlSnippet %><% } %> <% if (htmlWebpackPlugin.options.unsupportedBrowser) { %>
Sorry, your browser is not supported. Please upgrade to the latest version or switch your browser to use this site. See outdatedbrowser.com for options.
<% } %><% if (htmlWebpackPlugin.options.bodyHtmlSnippet) { %> <%= htmlWebpackPlugin.options.bodyHtmlSnippet %><% } %><% if (htmlWebpackPlugin.options.appMountId) { %>
<% if (htmlWebpackPlugin.options.appMountHtmlSnippet) { %> <%= htmlWebpackPlugin.options.appMountHtmlSnippet %><% } %>
<% } %><% for (item of htmlWebpackPlugin.options.appMountIds) { %>
<% } %><% if (htmlWebpackPlugin.options.window) { %> <% } %><% if (htmlWebpackPlugin.options.inlineManifestWebpackName) { %> <%= htmlWebpackPlugin.files[htmlWebpackPlugin.options.inlineManifestWebpackName] %><% } %><% for (item of htmlWebpackPlugin.options.scripts) { %><% if (typeof item === 'string' || item instanceof String) { item = { src: item, type: 'text/javascript' } } %> <%= key %>="<%= item[key] %>"<% } %>><% } %><% for (key in htmlWebpackPlugin.files.chunks) { %><% if (htmlWebpackPlugin.files.jsIntegrity) { %> <% } else { %> <% } %><% } %> <% if (htmlWebpackPlugin.options.devServer) { %> <% } %>