human-anatomy-3d/webpack.html

5 lines
188 B
HTML
Raw Normal View History

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