mirror of
https://github.com/status-im/codimd.git
synced 2025-02-07 11:33:33 +00:00
5 lines
222 B
Plaintext
5 lines
222 B
Plaintext
<script src="<%= webpackConfig.output.baseUrl %>/config"></script>
|
|
<% for (var js in htmlWebpackPlugin.files.js) { %>
|
|
<script src="<%= '\<\%= serverURL \%\>'%><%= htmlWebpackPlugin.files.js[js] %>" defer></script>
|
|
<% } %>
|