2020-08-06 08:55:16 +03:00
|
|
|
|
|
|
|
|
2020-08-14 15:02:39 +03:00
|
|
|
module.exports = {
|
2020-08-06 08:55:16 +03:00
|
|
|
entry: {
|
2020-08-14 15:02:39 +03:00
|
|
|
'web': __dirname + '/src/index.tsx',
|
2020-08-06 08:55:16 +03:00
|
|
|
},
|
|
|
|
output: {
|
|
|
|
path: __dirname + '/lib'
|
|
|
|
},
|
2020-08-14 15:02:39 +03:00
|
|
|
};
|