{% extends 'components/shell.html' %}
{% block bundler_output %}
{# quick hack until writing proper loader #}
<% for (const css in htmlWebpackPlugin.files.css) { %>
<% if (htmlWebpackPlugin.files.css[css].startsWith("/static/bundle/css/development")) { %>
<% } %>
<% } %>
<% for (const chunk in htmlWebpackPlugin.files.chunks) { %>
<% } %>
<% for (const scriptPath in htmlWebpackPlugin.files.js) { %>
<% if (htmlWebpackPlugin.files.js[scriptPath].startsWith("/static/bundle/js/development") | htmlWebpackPlugin.files.js[scriptPath].startsWith("/static/bundle/js/runtime")) { %>
<% } %>
<% } %>
{% endblock bundler_output %}