visual-anatomy-3d/webpack.html
2022-05-06 18:08:36 +02:00

5 lines
No EOL
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 -->