mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Literally!!
This commit is contained in:
parent
c69d1f26c7
commit
c202751d84
@ -58,4 +58,3 @@
|
||||
<div id="root"></div>
|
||||
{% render_bundle 'signin' %}
|
||||
{% endblock %}
|
||||
{% render_bundle 'webpack' %}
|
||||
|
@ -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/'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user