next page
This commit is contained in:
parent
ae64424f54
commit
eb1cfbb64c
5 changed files with 129 additions and 124 deletions
|
|
@ -3,10 +3,11 @@ const path = require('path');
|
|||
module.exports = {
|
||||
entry: {
|
||||
invite: './src/front/pages/invite.js',
|
||||
createProfile: './src/front/pages/createProfile.js',
|
||||
},
|
||||
output: {
|
||||
filename: '[name].bundle.js',
|
||||
path: path.resolve(__dirname, 'public'),
|
||||
path: path.resolve(__dirname, 'public', 'javascript'),
|
||||
},
|
||||
mode: 'development',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue