5 lines
No EOL
187 B
HTML
5 lines
No EOL
187 B
HTML
<%= 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 --> |