<% if (htmlWebpackPlugin.options.manifest.theme_color) { %> <% } %> <% for (var chunk of webpack.chunks) { %> <% if (chunk.names.length === 1 && chunk.names[0] === 'polyfills') continue; %> <% for (var file of chunk.files) { %> <% if (htmlWebpackPlugin.options.preload && file.match(/\.(js|css)$/)) { %> <% } else if (file.match(/manifest\.json$/)) { %> <% } %> <% } %> <% } %> <%= htmlWebpackPlugin.options.ssr({ url: '/' }) %>