mirror of
https://github.com/status-im/codimd.git
synced 2025-02-11 08:06:42 +00:00
5 lines
260 B
Plaintext
5 lines
260 B
Plaintext
<script src="<%= webpackConfig.output.baseUrl %>/build/constant.js"></script>
|
|
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
|
|
<script src="<%= webpackConfig.output.baseUrl %><%= htmlWebpackPlugin.files.chunks[chunk].entry %>" defer></script>
|
|
<% } %>
|