Complete main functionallity, some code cleaning etc
This commit is contained in:
@@ -102,7 +102,8 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
entry: { app: './src/index' },
|
||||
//
|
||||
entry: { faker: './src/faker', app: './src/index' },
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
filename: '[name].[hash].js',
|
||||
|
||||
Reference in New Issue
Block a user