mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 02:55:50 +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>
|
|
<% } %>
|