<% var item, key %> <% htmlWebpackPlugin.options.scripts = htmlWebpackPlugin.options.scripts || [] %> <% 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) { %> <% } %>