1 2 3 4 5 6 7 8
module.exports = { entry: { web: __dirname + "/src/index.tsx", }, output: { path: __dirname + "/lib", }, };