mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Split up bundles.
This commit is contained in:
parent
77f4117821
commit
a42654a954
@ -53,7 +53,6 @@
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div id="root"></div>
|
||||
{% render_bundle 'signin' %}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user