1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Literally!!

This commit is contained in:
Drew Larson 2017-01-24 20:26:19 -06:00
parent c69d1f26c7
commit c202751d84
2 changed files with 4 additions and 2 deletions

View File

@ -58,4 +58,3 @@
<div id="root"></div>
{% render_bundle 'signin' %}
{% endblock %}
{% render_bundle 'webpack' %}

View File

@ -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/'),