mirror of
https://github.com/status-im/codimd.git
synced 2025-02-05 14:33:22 +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>
|
||
|
<% } %>
|