4 lines
147 B
Text
4 lines
147 B
Text
|
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
|
||
|
<script src="<%= htmlWebpackPlugin.files.chunks[chunk].entry %>" defer></script>
|
||
|
<% } %>
|