UNPKG

@swtc/rpc

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