mirror of
https://github.com/fspc/workstand.git
synced 2025-04-04 10:03:22 -04:00
Literally!!
This commit is contained in:
parent
c69d1f26c7
commit
c202751d84
@ -58,4 +58,3 @@
|
|||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
{% render_bundle 'signin' %}
|
{% render_bundle 'signin' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% render_bundle 'webpack' %}
|
|
||||||
|
@ -7,7 +7,10 @@ const autoprefixer = require('autoprefixer');
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
context: __dirname,
|
context: __dirname,
|
||||||
|
|
||||||
entry: './assets/js/index',
|
entry: {
|
||||||
|
signin: './assets/js/index',
|
||||||
|
members: './assets/js/members/index',
|
||||||
|
},
|
||||||
|
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve('./assets/bundles/'),
|
path: path.resolve('./assets/bundles/'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user