<% 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 || [] %> Yazuo App <% 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.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 { %> <% } %> <% } %>