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