login page
This commit is contained in:
parent
eb1cfbb64c
commit
9dbe299a32
5 changed files with 85 additions and 75 deletions
|
|
@ -4,6 +4,7 @@ module.exports = {
|
|||
entry: {
|
||||
invite: './src/front/pages/invite.js',
|
||||
createProfile: './src/front/pages/createProfile.js',
|
||||
login: './src/front/pages/login.js',
|
||||
},
|
||||
output: {
|
||||
filename: '[name].bundle.js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue