human-anatomy-3d/webpack.html
2022-10-24 16:45:22 +02:00

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 -->