mirror of
https://github.com/status-im/codimd.git
synced 2025-02-22 18:58:19 +00:00
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
|
|
<script src="<%= htmlWebpackPlugin.files.chunks[chunk].entry %>" defer></script>
|
|
<% } %>
|