UNPKG

swtc-lib

Version:

websocket access for jingtum blockchain

13 lines (11 loc) 228 B
const path = require("path") module.exports = { mode: "production", cache: false, entry: "./src/index.js", output: { library: "swtc_lib", path: path.resolve(__dirname, "dist"), filename: "swtc-lib.js" } }