Split up bundles.

This commit is contained in:
Drew Larson
2017-05-23 19:25:36 -06:00
parent 77f4117821
commit a42654a954
2 changed files with 1 additions and 1 deletions
@@ -53,7 +53,6 @@
</div>
{% endblock %}
{% block content %}
<div id="root"></div>
{% render_bundle 'signin' %}
+1
View File
@@ -14,6 +14,7 @@ config.entry = {
signin: './assets/js/index',
members: './assets/js/members/index',
babelPolyfill: 'babel-polyfill',
bikes: './assets/js/bikes/index',
};
// override django's STATIC_URL for webpack bundles