mirror of
https://github.com/status-im/codimd.git
synced 2025-01-19 23:09:16 +00:00
448b006194
To avoid extra webpacking on changing configs and follow the 12 factor app
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>
|
|
<% } %>
|