6bce9ac5bf
Signed-off-by: MartB <mart.b@outlook.de>
3 lines
167 B
Text
3 lines
167 B
Text
<% for (var css in htmlWebpackPlugin.files.css) { %>
|
|
<link href="<%= webpackConfig.output.baseUrl %><%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
|
|
<% } %>
|