mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-01 13:41:09 -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>
|
|
<% } %>
|