401cef8fb3
html-webpack-plugin chunks be changed to alphabetic order
3 lines
170 B
Text
3 lines
170 B
Text
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
|
|
<script src="<%= '\<\%- url \%\>' %><%= htmlWebpackPlugin.files.chunks[chunk].entry %>" defer></script>
|
|
<% } %>
|