HackMD/public/views/includes/header.ejs
Yukai Huang 401cef8fb3 Experimental webpack 2
html-webpack-plugin chunks be changed to alphabetic order
2017-02-19 15:45:27 +08:00

4 lines
153 B
Plaintext

<% for (var css in htmlWebpackPlugin.files.css) { %>
<link href="<%='\<\%- url \%\>'%><%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
<% } %>