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