UNPKG

ethersmodal

Version:

EthersModal is an opinionated library to help developers add support for multiple wallets in their apps.

12 lines (11 loc) 243 B
let path = require("path"); module.exports = { entry: { main: "./src/index.js" }, output: { filename: "./main.js", library: ["EthersModal"], path: path.resolve(__dirname, "docs") } };