<% var item, key %> <% htmlWebpackPlugin.options.appMountIds = htmlWebpackPlugin.options.appMountIds || [] %> <% 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) { %> <% } %>
<% for (item of htmlWebpackPlugin.options.appMountIds) { %>
<% } %> <% if (htmlWebpackPlugin.options.inlineManifestWebpackName) { %> <%= htmlWebpackPlugin.files[htmlWebpackPlugin.options.inlineManifestWebpackName] %> <% } %>