<%= htmlWebpackPlugin.files.css.map((css) => `<link
href="./assets${css}"
rel="stylesheet"
/>`).join('') %>
<!-- needed to add ./ the href, or else the path was wrong on production -->