UNPKG

@polymathnetwork/polymesh-types

Version:

Substrate types used in polymesh chain

12 lines (10 loc) 215 B
const path = require("path"); module.exports = { entry: "./index.js", output: { filename: "index.js", path: path.resolve(__dirname, "build"), libraryTarget: "umd", globalObject: "this", }, };