visual-anatomy-3d/webpack.html

5 lines
188 B
HTML
Raw Normal View History

2022-05-06 16:08:36 +00:00
<%= 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 -->