<%= htmlWebpackPlugin.options.title %>
<% %>
в етм случае, попытка <% console.log("sdffsd") %>
нечего не выводит... plugins: [
new HtmlWebpackPlugin({
title: 'Custom template',
// Load a custom template (lodash by default)
template: 'index.html'
})
]