Complete main functionallity, some code cleaning etc

This commit is contained in:
2021-10-08 06:54:16 +03:00
parent dc19bb1fa5
commit 5433fe65ea
27 changed files with 482 additions and 168 deletions

View File

@@ -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',