From a42654a9549f5c3aa6659f9a14550447122edea1 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Wed, 4 Jan 2017 21:59:44 -0600 Subject: [PATCH] Split up bundles. --- bikeshop_project/core/templates/dashboard.html | 1 - bikeshop_project/webpack.dev.config.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bikeshop_project/core/templates/dashboard.html b/bikeshop_project/core/templates/dashboard.html index 5f81ad5..547723e 100644 --- a/bikeshop_project/core/templates/dashboard.html +++ b/bikeshop_project/core/templates/dashboard.html @@ -53,7 +53,6 @@ {% endblock %} - {% block content %}
{% render_bundle 'signin' %} diff --git a/bikeshop_project/webpack.dev.config.js b/bikeshop_project/webpack.dev.config.js index 7b4f3af..370bb5d 100644 --- a/bikeshop_project/webpack.dev.config.js +++ b/bikeshop_project/webpack.dev.config.js @@ -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