5 lines
188 B
HTML
5 lines
188 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 -->
|