module.exports = { entry: { web: __dirname + "/src/index.tsx", }, output: { path: __dirname + "/lib", }, };