UNPKG

cq-websocket

Version:

A Node SDK for developing QQ chatbots based on WebSocket, which is depending on CoolQ and CQHTTP API plugin.

11 lines (9 loc) 220 B
const path = require('path') module.exports = { mode: 'production', entry: path.join(__dirname, 'browser.js'), output: { path: path.join(__dirname, 'dist'), filename: 'cq-websocket.min.js' } }