Enable production assets hash
This commit is contained in:
3
public/views/includes/header.ejs
Normal file
3
public/views/includes/header.ejs
Normal file
@@ -0,0 +1,3 @@
|
||||
<% for (var css in htmlWebpackPlugin.files.css) { %>
|
||||
<link href="<%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user