UNPKG

@test-org122/test-merchant-connector

Version:

An example dispute mediator for testing, which always resolve's in the sender's favor.

12 lines (10 loc) 284 B
const path = require("path"); const rootWebpackConfig = require('../../../webpack.config'); module.exports = { ...rootWebpackConfig, entry: path.join(__dirname, "index.ts"), output: { filename: "index.js", path: path.join(__dirname, "../dist/connector-bundle"), } };