mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
3 lines
147 B
Text
3 lines
147 B
Text
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
|
|
<script src="<%= htmlWebpackPlugin.files.chunks[chunk].entry %>" defer></script>
|
|
<% } %>
|