diff --git a/bikeshop_project/core/templates/dashboard.html b/bikeshop_project/core/templates/dashboard.html index aa938bd..309e409 100644 --- a/bikeshop_project/core/templates/dashboard.html +++ b/bikeshop_project/core/templates/dashboard.html @@ -58,4 +58,3 @@
{% render_bundle 'signin' %} {% endblock %} -{% render_bundle 'webpack' %} diff --git a/bikeshop_project/webpack.base.config.js b/bikeshop_project/webpack.base.config.js index 6658f0e..cc7c36e 100644 --- a/bikeshop_project/webpack.base.config.js +++ b/bikeshop_project/webpack.base.config.js @@ -7,7 +7,10 @@ const autoprefixer = require('autoprefixer'); module.exports = { context: __dirname, - entry: './assets/js/index', + entry: { + signin: './assets/js/index', + members: './assets/js/members/index', + }, output: { path: path.resolve('./assets/bundles/'),