mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 11:34:16 +00:00
6bce9ac5bf
Signed-off-by: MartB <mart.b@outlook.de>
5 lines
229 B
Plaintext
5 lines
229 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] %>" defer></script>
|
|
<% } %>
|